#730206

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

Shades of Sangria #730206

Tints of Sangria #730206

Color information

#730206 (or 0x730206) is unknown color: approx Sangria. HEX triplet: 73, 02 and 06. RGB value is (115,2,6). Sum of RGB (Red+Green+Blue) = 115+2+6=123 (16% of max value = 765). Red value is 115 (45.31% from 255 or 93.50% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 115 - color contains mainly: red. Hex color #730206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730206 is #8CFDF9. Grayscale: #242424. Windows color (decimal): -9240058 or 393843. OLE color: 393843.

HSL color Cylindrical-coordinate representation of color #730206: hue angle of 357.88º 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 #730206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB11526-
CMYK00.980.950.55
HSL357.88º96.58%22.94%-
HSV(B)357.88º98.26%45.1%-
XYZ7.123.70.51-
YUV36.24110.94184.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 93.50%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=93.50%
G=1.63%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152600.980.950.55357.8896.5822.94
Hex73260625F371666117
Octal1632601421376754614127
Binary111001110110011000101011111110111101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730206; }

 p { color: rgb(115,2,6); }

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

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

 a { background-color: rgb(115,2,6); }

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

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

 span { border-color: rgb(115,2,6); }

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