#970209

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

Shades of Sangria #970209

Tints of Sangria #970209

Color information

#970209 (or 0x970209) is unknown color: approx Sangria. HEX triplet: 97, 02 and 09. RGB value is (151,2,9). Sum of RGB (Red+Green+Blue) = 151+2+9=162 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.21% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 151 - color contains mainly: red. Hex color #970209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970209 is #68FDF6. Grayscale: #2F2F2F. Windows color (decimal): -6880759 or 590487. OLE color: 590487.

HSL color Cylindrical-coordinate representation of color #970209: hue angle of 357.18º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB15129-
CMYK00.990.940.41
HSL357.18º97.39%30%-
HSV(B)357.18º98.68%59.22%-
XYZ12.836.640.86-
YUV47.35106.36201.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 93.21%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=93.21%
G=1.23%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512900.990.940.41357.1897.3930
Hex97290635E29165611e
Octal22721101431365154514136
Binary10010111101001011000111011110101001101100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970209; }

 p { color: rgb(151,2,9); }

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

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

 a { background-color: rgb(151,2,9); }

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

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

 span { border-color: rgb(151,2,9); }

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