#720208

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

Shades of Sangria #720208

Tints of Sangria #720208

Color information

#720208 (or 0x720208) is unknown color: approx Sangria. HEX triplet: 72, 02 and 08. RGB value is (114,2,8). Sum of RGB (Red+Green+Blue) = 114+2+8=124 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.94% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 114 - color contains mainly: red. Hex color #720208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720208 is #8DFDF7. Grayscale: #242424. Windows color (decimal): -9305592 or 524914. OLE color: 524914.

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

Color convert

RGB11428-
CMYK00.980.930.55
HSL356.79º96.55%22.75%-
HSV(B)356.79º98.25%44.71%-
XYZ73.640.56-
YUV36.17112.11183.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.94%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=91.94%
G=1.61%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142800.980.930.55356.7996.5522.75
Hex72280625D371656117
Octal16221001421356754514127
Binary1110010101000011000101011101110111101100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720208; }

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

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

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

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

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

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

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

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