#720408

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

Shades of Sangria #720408

Tints of Sangria #720408

Color information

#720408 (or 0x720408) is unknown color: approx Sangria. HEX triplet: 72, 04 and 08. RGB value is (114,4,8). Sum of RGB (Red+Green+Blue) = 114+4+8=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #720408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720408 is #8DFBF7. Grayscale: #252525. Windows color (decimal): -9305080 or 525426. OLE color: 525426.

HSL color Cylindrical-coordinate representation of color #720408: hue angle of 357.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720408 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB11448-
CMYK00.960.930.55
HSL357.82º93.22%23.14%-
HSV(B)357.82º96.49%44.71%-
XYZ7.033.680.57-
YUV37.35111.44182.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 90.48%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=90.48%
G=3.17%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144800.960.930.55357.8293.2223.14
Hex72480605D371665d17
Octal16241001401356754613527
Binary11100101001000011000001011101110111101100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720408; }

 p { color: rgb(114,4,8); }

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

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

 a { background-color: rgb(114,4,8); }

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

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

 span { border-color: rgb(114,4,8); }

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