#960F08

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

Shades of Dark Red #960F08

Tints of Dark Red #960F08

Color information

#960F08 (or 0x960F08) is unknown color: approx Dark Red. HEX triplet: 96, 0F and 08. RGB value is (150,15,8). Sum of RGB (Red+Green+Blue) = 150+15+8=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960F08 is #69F0F7. Grayscale: #363636. Windows color (decimal): -6942968 or 528278. OLE color: 528278.

HSL color Cylindrical-coordinate representation of color #960F08: hue angle of 2.96º degrees, saturation: 0.9, 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 #960F08 is Cyan = 0, Magento = 0.9, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150158-
CMYK00.90.950.41
HSL2.96º89.87%30.98%-
HSV(B)2.96º94.67%58.82%-
XYZ12.796.840.88-
YUV54.57101.73196.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 86.71%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=86.71%
G=8.67%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015800.90.950.412.9689.8730.98
Hex96F805A5F2935a1f
Octal2261710013213751313237
Binary100101101111100001011010101111110100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960F08; }

 p { color: rgb(150,15,8); }

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

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

 a { background-color: rgb(150,15,8); }

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

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

 span { border-color: rgb(150,15,8); }

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