#960211

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

Shades of Sangria #960211

Tints of Sangria #960211

Color information

#960211 (or 0x960211) is unknown color: approx Sangria. HEX triplet: 96, 02 and 11. RGB value is (150,2,17). Sum of RGB (Red+Green+Blue) = 150+2+17=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #960211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960211 is #69FDEE. Grayscale: #303030. Windows color (decimal): -6946287 or 1114774. OLE color: 1114774.

HSL color Cylindrical-coordinate representation of color #960211: hue angle of 353.92º 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 #960211 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB150217-
CMYK00.990.890.41
HSL353.92º97.37%29.8%-
HSV(B)353.92º98.67%58.82%-
XYZ12.76.571.13-
YUV47.96110.53200.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 88.76%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=88.76%
G=1.18%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15021700.990.890.41353.9297.3729.8
Hex962110635929162611e
Octal22622101431315154214136
Binary100101101010001011000111011001101001101100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960211; }

 p { color: rgb(150,2,17); }

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

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

 a { background-color: rgb(150,2,17); }

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

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

 span { border-color: rgb(150,2,17); }

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