#960210

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

Shades of Sangria #960210

Tints of Sangria #960210

Color information

#960210 (or 0x960210) is unknown color: approx Sangria. HEX triplet: 96, 02 and 10. RGB value is (150,2,16). Sum of RGB (Red+Green+Blue) = 150+2+16=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #960210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960210 is #69FDEF. Grayscale: #2F2F2F. Windows color (decimal): -6946288 or 1049238. OLE color: 1049238.

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

Color convert

RGB150216-
CMYK00.990.890.41
HSL354.32º97.37%29.8%-
HSV(B)354.32º98.67%58.82%-
XYZ12.696.561.09-
YUV47.85110.03200.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 89.29%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=89.29%
G=1.19%
B=9.52%

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
Decimal15021600.990.890.41354.3297.3729.8
Hex962100635929162611e
Octal22622001431315154214136
Binary100101101010000011000111011001101001101100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960210; }

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

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

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

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

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

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

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

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