#8A1700

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

Shades of Dark Red #8A1700

Tints of Dark Red #8A1700

Color information

#8A1700 (or 0x8A1700) is unknown color: approx Dark Red. HEX triplet: 8A, 17 and 00. RGB value is (138,23,0). Sum of RGB (Red+Green+Blue) = 138+23+0=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1700 is #75E8FF. Grayscale: #363636. Windows color (decimal): -7727360 or 6026. OLE color: 6026.

HSL color Cylindrical-coordinate representation of color #8A1700: hue angle of 10º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A1700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB138230-
CMYK00.8310.46
HSL10º100%27.06%-
HSV(B)10º100%54.12%-
XYZ10.796.020.59-
YUV54.7697.1187.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 85.71%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13823000.8310.461010027.06
Hex8A170053642Ea641b
Octal2122700123144561214433
Binary100010101011100101001111001001011101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,23,0); }

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

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

 a { background-color: rgb(138,23,0); }

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

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

 span { border-color: rgb(138,23,0); }

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