#720709

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

Shades of Sangria #720709

Tints of Sangria #720709

Color information

#720709 (or 0x720709) is unknown color: approx Sangria. HEX triplet: 72, 07 and 09. RGB value is (114,7,9). Sum of RGB (Red+Green+Blue) = 114+7+9=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #720709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720709 is #8DF8F6. Grayscale: #272727. Windows color (decimal): -9304311 or 591730. OLE color: 591730.

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

Color convert

RGB11479-
CMYK00.940.920.55
HSL358.88º88.43%23.73%-
HSV(B)358.88º93.86%44.71%-
XYZ7.063.750.61-
YUV39.22110.95181.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.69%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=87.69%
G=5.38%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147900.940.920.55358.8888.4323.73
Hex727905E5C371675818
Octal16271101361346754713030
Binary11100101111001010111101011100110111101100111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720709; }

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

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

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

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

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

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

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

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