#960001

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

Shades of Sangria #960001

Tints of Sangria #960001

Color information

#960001 (or 0x960001) is unknown color: approx Sangria. HEX triplet: 96, 00 and 01. RGB value is (150,0,1). Sum of RGB (Red+Green+Blue) = 150+0+1=151 (20% of max value = 765). Red value is 150 (58.98% from 255 or 99.34% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 150 - color contains mainly: red. Hex color #960001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960001 is #69FFFE. Grayscale: #2D2D2D. Windows color (decimal): -6946815 or 65686. OLE color: 65686.

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

Color convert

RGB15001-
CMYK010.990.41
HSL359.6º100%29.41%-
HSV(B)359.6º100%58.82%-
XYZ12.586.490.62-
YUV44.96103.2202.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 99.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=99.34%
G=0%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15001010.990.41359.610029.41
Hex96010646329168641d
Octal2260101441435155014435
Binary1001011001011001001100011101001101101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960001; }

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

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

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

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

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

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

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

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