#960006

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

Shades of Sangria #960006

Tints of Sangria #960006

Color information

#960006 (or 0x960006) is unknown color: approx Sangria. HEX triplet: 96, 00 and 06. RGB value is (150,0,6). Sum of RGB (Red+Green+Blue) = 150+0+6=156 (20% of max value = 765). Red value is 150 (58.98% from 255 or 96.15% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 150 - color contains mainly: red. Hex color #960006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960006 is #69FFF9. Grayscale: #2D2D2D. Windows color (decimal): -6946810 or 393366. OLE color: 393366.

HSL color Cylindrical-coordinate representation of color #960006: hue angle of 357.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960006 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB15006-
CMYK010.960.41
HSL357.6º100%29.41%-
HSV(B)357.6º100%58.82%-
XYZ12.616.50.76-
YUV45.53105.7202.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 96.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=96.15%
G=0%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15006010.960.41357.610029.41
Hex96060646029166641d
Octal2260601441405154614435
Binary100101100110011001001100000101001101100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960006; }

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

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

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

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

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

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

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

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