#721213

Color #721213 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #721213

Tints of Red Berry #721213

Color information

#721213 (or 0x721213) is unknown color: approx Red Berry. HEX triplet: 72, 12 and 13. RGB value is (114,18,19). Sum of RGB (Red+Green+Blue) = 114+18+19=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721213 is #8DEDEC. Grayscale: #2E2E2E. Windows color (decimal): -9301485 or 1249906. OLE color: 1249906.

HSL color Cylindrical-coordinate representation of color #721213: hue angle of 359.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721213 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1141819-
CMYK00.840.830.55
HSL359.38º72.73%25.88%-
HSV(B)359.38º84.21%44.71%-
XYZ7.274.061.02-
YUV46.82112.3175.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=75.50%
G=11.92%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114181900.840.830.55359.3872.7325.88
Hex7212130545337167491a
Octal162222301241236754711132
Binary11100101001010011010101001010011110111101100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721213; }

 p { color: rgb(114,18,19); }

 H1.HeaderClassName
 {
   color: #721213;
 }
 .AnyTagClassName
 {
   color: #721213;
 }
</style>
background-color css

<style>
 a { background-color: #721213; }

 a { background-color: rgb(114,18,19); }

 div.DivClassName
 {
   background-color: #721213;
 }
 .BgClassName
 {
   background-color: #721213;
 }
</style>
border-color css

<style>
 span { border-color: #721213; }

 span { border-color: rgb(114,18,19); }

 td.TdClassName
 {
   border-color: #721213;
 }
 .TagClassName
 {
   border-color: #721213;
 }
</style>