#961002

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

Shades of Dark Red #961002

Tints of Dark Red #961002

Color information

#961002 (or 0x961002) is unknown color: approx Dark Red. HEX triplet: 96, 10 and 02. RGB value is (150,16,2). Sum of RGB (Red+Green+Blue) = 150+16+2=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #961002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961002 is #69EFFD. Grayscale: #363636. Windows color (decimal): -6942718 or 135318. OLE color: 135318.

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

Color convert

RGB150162-
CMYK00.890.990.41
HSL5.68º97.37%29.8%-
HSV(B)5.68º98.67%58.82%-
XYZ12.776.860.71-
YUV54.4798.39196.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 89.29%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=89.29%
G=9.52%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15016200.890.990.415.6897.3729.8
Hex9610205963296611e
Octal226202013114351614136
Binary100101101000010010110011100011101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961002; }

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

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

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

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

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

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

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

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