#960E0D

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

Shades of Dark Red #960E0D

Tints of Dark Red #960E0D

Color information

#960E0D (or 0x960E0D) is unknown color: approx Dark Red. HEX triplet: 96, 0E and 0D. RGB value is (150,14,13). Sum of RGB (Red+Green+Blue) = 150+14+13=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #960E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960E0D is #69F1F2. Grayscale: #363636. Windows color (decimal): -6943219 or 855702. OLE color: 855702.

HSL color Cylindrical-coordinate representation of color #960E0D: hue angle of 0.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E0D is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1501413-
CMYK00.910.910.41
HSL0.44º84.05%31.96%-
HSV(B)0.44º91.33%58.82%-
XYZ12.816.831.02-
YUV54.55104.56196.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=84.75%
G=7.91%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150141300.910.910.410.4484.0531.96
Hex96ED05B5B2905420
Octal2261615013313351012440
Binary100101101110110101011011101101110100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,14,13); }

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

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

 a { background-color: rgb(150,14,13); }

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

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

 span { border-color: rgb(150,14,13); }

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