#961409

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

Shades of Dark Red #961409

Tints of Dark Red #961409

Color information

#961409 (or 0x961409) is unknown color: approx Dark Red. HEX triplet: 96, 14 and 09. RGB value is (150,20,9). Sum of RGB (Red+Green+Blue) = 150+20+9=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #961409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961409 is #69EBF6. Grayscale: #393939. Windows color (decimal): -6941687 or 595094. OLE color: 595094.

HSL color Cylindrical-coordinate representation of color #961409: hue angle of 4.68º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #961409 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB150209-
CMYK00.870.940.41
HSL4.68º88.68%31.18%-
HSV(B)4.68º94%58.82%-
XYZ12.8870.93-
YUV57.62100.57193.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 83.80%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=83.80%
G=11.17%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15020900.870.940.414.6888.6831.18
Hex961490575E295591f
Octal2262411012713651513137
Binary10010110101001001010101111011110101001101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961409; }

 p { color: rgb(150,20,9); }

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

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

 a { background-color: rgb(150,20,9); }

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

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

 span { border-color: rgb(150,20,9); }

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