#720509

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

Shades of Sangria #720509

Tints of Sangria #720509

Color information

#720509 (or 0x720509) is unknown color: approx Sangria. HEX triplet: 72, 05 and 09. RGB value is (114,5,9). Sum of RGB (Red+Green+Blue) = 114+5+9=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #720509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720509 is #8DFAF6. Grayscale: #262626. Windows color (decimal): -9304823 or 591218. OLE color: 591218.

HSL color Cylindrical-coordinate representation of color #720509: hue angle of 357.8º degrees, saturation: 0.92, 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 #720509 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB11459-
CMYK00.960.920.55
HSL357.8º91.6%23.33%-
HSV(B)357.8º95.61%44.71%-
XYZ7.043.710.6-
YUV38.05111.61182.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 89.06%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=89.06%
G=3.91%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145900.960.920.55357.891.623.33
Hex72590605C371665c17
Octal16251101401346754613427
Binary11100101011001011000001011100110111101100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720509; }

 p { color: rgb(114,5,9); }

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

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

 a { background-color: rgb(114,5,9); }

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

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

 span { border-color: rgb(114,5,9); }

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