#720809

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

Shades of Sangria #720809

Tints of Sangria #720809

Color information

#720809 (or 0x720809) is unknown color: approx Sangria. HEX triplet: 72, 08 and 09. RGB value is (114,8,9). Sum of RGB (Red+Green+Blue) = 114+8+9=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #720809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720809 is #8DF7F6. Grayscale: #272727. Windows color (decimal): -9304055 or 591986. OLE color: 591986.

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

Color convert

RGB11489-
CMYK00.930.920.55
HSL359.43º86.89%23.92%-
HSV(B)359.43º92.98%44.71%-
XYZ7.083.770.61-
YUV39.81110.62180.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.02%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=87.02%
G=6.11%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148900.930.920.55359.4386.8923.92
Hex728905D5C371675718
Octal162101101351346754712730
Binary111001010001001010111011011100110111101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720809; }

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

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

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

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

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

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

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

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