#960400

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

Shades of Dark Red #960400

Tints of Dark Red #960400

Color information

#960400 (or 0x960400) is unknown color: approx Dark Red. HEX triplet: 96, 04 and 00. RGB value is (150,4,0). Sum of RGB (Red+Green+Blue) = 150+4+0=154 (20% of max value = 765). Red value is 150 (58.98% from 255 or 97.40% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 150 - color contains mainly: red. Hex color #960400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960400 is #69FBFF. Grayscale: #2F2F2F. Windows color (decimal): -6945792 or 1174. OLE color: 1174.

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

Color convert

RGB15040-
CMYK00.9710.41
HSL1.6º100%29.41%-
HSV(B)1.6º100%58.82%-
XYZ12.626.570.6-
YUV47.2101.37201.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 97.40%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.40%
G=2.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504000.9710.411.610029.41
Hex964006164292641d
Octal22640014114451214435
Binary10010110100001100001110010010100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960400; }

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

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

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

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

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

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

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

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