#8A1405

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

Shades of Dark Red #8A1405

Tints of Dark Red #8A1405

Color information

#8A1405 (or 0x8A1405) is unknown color: approx Dark Red. HEX triplet: 8A, 14 and 05. RGB value is (138,20,5). Sum of RGB (Red+Green+Blue) = 138+20+5=163 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.66% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1405 is #75EBFA. Grayscale: #353535. Windows color (decimal): -7728123 or 332938. OLE color: 332938.

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

Color convert

RGB138205-
CMYK00.860.960.46
HSL6.77º93.01%28.04%-
HSV(B)6.77º96.38%54.12%-
XYZ10.765.910.72-
YUV53.57100.59188.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 84.66%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=84.66%
G=12.27%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13820500.860.960.466.7793.0128.04
Hex8A145056602E75d1c
Octal212245012614056713534
Binary1000101010100101010101101100000101110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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