#8A0F06

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

Shades of Dark Red #8A0F06

Tints of Dark Red #8A0F06

Color information

#8A0F06 (or 0x8A0F06) is unknown color: approx Dark Red. HEX triplet: 8A, 0F and 06. RGB value is (138,15,6). Sum of RGB (Red+Green+Blue) = 138+15+6=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0F06 is #75F0F9. Grayscale: #323232. Windows color (decimal): -7729402 or 397194. OLE color: 397194.

HSL color Cylindrical-coordinate representation of color #8A0F06: hue angle of 4.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0F06 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB138156-
CMYK00.890.960.46
HSL4.09º91.67%28.24%-
HSV(B)4.09º95.65%54.12%-
XYZ10.685.760.72-
YUV50.75102.75190.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 86.79%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=86.79%
G=9.43%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13815600.890.960.464.0991.6728.24
Hex8AF6059602E45c1c
Octal212176013114056413434
Binary100010101111110010110011100000101110100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0F06; }

 p { color: rgb(138,15,6); }

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

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

 a { background-color: rgb(138,15,6); }

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

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

 span { border-color: rgb(138,15,6); }

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