#960206

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

Shades of Sangria #960206

Tints of Sangria #960206

Color information

#960206 (or 0x960206) is unknown color: approx Sangria. HEX triplet: 96, 02 and 06. RGB value is (150,2,6). Sum of RGB (Red+Green+Blue) = 150+2+6=158 (20% of max value = 765). Red value is 150 (58.98% from 255 or 94.94% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 150 - color contains mainly: red. Hex color #960206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960206 is #69FDF9. Grayscale: #2E2E2E. Windows color (decimal): -6946298 or 393878. OLE color: 393878.

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

Color convert

RGB15026-
CMYK00.990.960.41
HSL358.38º97.37%29.8%-
HSV(B)358.38º98.67%58.82%-
XYZ12.636.540.77-
YUV46.71105.03201.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 94.94%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=94.94%
G=1.27%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502600.990.960.41358.3897.3729.8
Hex96260636029166611e
Octal2262601431405154614136
Binary1001011010110011000111100000101001101100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960206; }

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

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

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

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

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

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

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

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