#9B1809

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

Shades of Dark Red #9B1809

Tints of Dark Red #9B1809

Color information

#9B1809 (or 0x9B1809) is unknown color: approx Dark Red. HEX triplet: 9B, 18 and 09. RGB value is (155,24,9). Sum of RGB (Red+Green+Blue) = 155+24+9=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1809 is #64E7F6. Grayscale: #3D3D3D. Windows color (decimal): -6612983 or 596123. OLE color: 596123.

HSL color Cylindrical-coordinate representation of color #9B1809: hue angle of 6.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B1809 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB155249-
CMYK00.850.940.39
HSL6.16º89.02%32.16%-
HSV(B)6.16º94.19%60.78%-
XYZ13.897.641-
YUV61.4698.4194.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 82.45%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 9 (3.91% from 255) = 4.79%
R=82.45%
G=12.77%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15524900.850.940.396.1689.0232.16
Hex9B1890555E2765920
Octal2333011012513647613140
Binary100110111100010010101010110111101001111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1809; }

 p { color: rgb(155,24,9); }

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

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

 a { background-color: rgb(155,24,9); }

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

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

 span { border-color: rgb(155,24,9); }

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