#961209

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

Shades of Dark Red #961209

Tints of Dark Red #961209

Color information

#961209 (or 0x961209) is unknown color: approx Dark Red. HEX triplet: 96, 12 and 09. RGB value is (150,18,9). Sum of RGB (Red+Green+Blue) = 150+18+9=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #961209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961209 is #69EDF6. Grayscale: #383838. Windows color (decimal): -6942199 or 594582. OLE color: 594582.

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

Color convert

RGB150189-
CMYK00.880.940.41
HSL3.83º88.68%31.18%-
HSV(B)3.83º94%58.82%-
XYZ12.846.940.92-
YUV56.44101.23194.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=84.75%
G=10.17%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15018900.880.940.413.8388.6831.18
Hex961290585E294591f
Octal2262211013013651413137
Binary10010110100101001010110001011110101001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961209; }

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

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

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

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

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

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

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

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