#720306

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

Shades of Sangria #720306

Tints of Sangria #720306

Color information

#720306 (or 0x720306) is unknown color: approx Sangria. HEX triplet: 72, 03 and 06. RGB value is (114,3,6). Sum of RGB (Red+Green+Blue) = 114+3+6=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720306 is #8DFCF9. Grayscale: #242424. Windows color (decimal): -9305338 or 394098. OLE color: 394098.

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

Color convert

RGB11436-
CMYK00.970.950.55
HSL358.38º94.87%22.94%-
HSV(B)358.38º97.37%44.71%-
XYZ73.660.51-
YUV36.53110.77183.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 92.68%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=92.68%
G=2.44%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143600.970.950.55358.3894.8722.94
Hex72360615F371665f17
Octal1623601411376754613727
Binary111001011110011000011011111110111101100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720306; }

 p { color: rgb(114,3,6); }

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

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

 a { background-color: rgb(114,3,6); }

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

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

 span { border-color: rgb(114,3,6); }

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