#960110

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

Shades of Sangria #960110

Tints of Sangria #960110

Color information

#960110 (or 0x960110) is unknown color: approx Sangria. HEX triplet: 96, 01 and 10. RGB value is (150,1,16). Sum of RGB (Red+Green+Blue) = 150+1+16=167 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.82% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 150 - color contains mainly: red. Hex color #960110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960110 is #69FEEF. Grayscale: #2F2F2F. Windows color (decimal): -6946544 or 1048982. OLE color: 1048982.

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

Color convert

RGB150116-
CMYK00.990.890.41
HSL353.96º98.68%29.61%-
HSV(B)353.96º99.33%58.82%-
XYZ12.686.541.08-
YUV47.26110.36201.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 89.82%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=89.82%
G=0.60%
B=9.58%

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
Decimal15011600.990.890.41353.9698.6829.61
Hex961100635929162631e
Octal22612001431315154214336
Binary10010110110000011000111011001101001101100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960110; }

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

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

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

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

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

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

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

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