#960711

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

Shades of Sangria #960711

Tints of Sangria #960711

Color information

#960711 (or 0x960711) is unknown color: approx Sangria. HEX triplet: 96, 07 and 11. RGB value is (150,7,17). Sum of RGB (Red+Green+Blue) = 150+7+17=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #960711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960711 is #69F8EE. Grayscale: #333333. Windows color (decimal): -6945007 or 1116054. OLE color: 1116054.

HSL color Cylindrical-coordinate representation of color #960711: hue angle of 355.8º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960711 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB150717-
CMYK00.950.890.41
HSL355.8º91.08%30.78%-
HSV(B)355.8º95.33%58.82%-
XYZ12.756.681.15-
YUV50.9108.88198.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 86.21%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=86.21%
G=4.02%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071700.950.890.41355.891.0830.78
Hex9671105F59291645b1f
Octal22672101371315154413337
Binary1001011011110001010111111011001101001101100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960711; }

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

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

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

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

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

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

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

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