#9A0806

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

Shades of Dark Red #9A0806

Tints of Dark Red #9A0806

Color information

#9A0806 (or 0x9A0806) is unknown color: approx Dark Red. HEX triplet: 9A, 08 and 06. RGB value is (154,8,6). Sum of RGB (Red+Green+Blue) = 154+8+6=168 (22% of max value = 765). Red value is 154 (60.55% from 255 or 91.67% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0806 is #65F7F9. Grayscale: #333333. Windows color (decimal): -6682618 or 395418. OLE color: 395418.

HSL color Cylindrical-coordinate representation of color #9A0806: hue angle of 0.81º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0806 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB15486-
CMYK00.950.960.40
HSL0.81º92.5%31.37%-
HSV(B)0.81º96.1%60.39%-
XYZ13.457.060.83-
YUV51.43102.37201.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 91.67%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=91.67%
G=4.76%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548600.950.960.400.8192.531.37
Hex9A8605F602815c1f
Octal232106013714050113437
Binary1001101010001100101111111000001010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,8,6); }

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

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

 a { background-color: rgb(154,8,6); }

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

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

 span { border-color: rgb(154,8,6); }

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