#8A1205

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

Shades of Dark Red #8A1205

Tints of Dark Red #8A1205

Color information

#8A1205 (or 0x8A1205) is unknown color: approx Dark Red. HEX triplet: 8A, 12 and 05. RGB value is (138,18,5). Sum of RGB (Red+Green+Blue) = 138+18+5=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1205 is #75EDFA. Grayscale: #343434. Windows color (decimal): -7728635 or 332426. OLE color: 332426.

HSL color Cylindrical-coordinate representation of color #8A1205: hue angle of 5.86º degrees, saturation: 0.93, 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 #8A1205 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB138185-
CMYK00.870.960.46
HSL5.86º93.01%28.04%-
HSV(B)5.86º96.38%54.12%-
XYZ10.725.850.71-
YUV52.4101.26189.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 85.71%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=85.71%
G=11.18%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13818500.870.960.465.8693.0128.04
Hex8A125057602E65d1c
Octal212225012714056613534
Binary1000101010010101010101111100000101110110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,5); }

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

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

 a { background-color: rgb(138,18,5); }

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

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

 span { border-color: rgb(138,18,5); }

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