#861008

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

Shades of Dark Red #861008

Tints of Dark Red #861008

Color information

#861008 (or 0x861008) is unknown color: approx Dark Red. HEX triplet: 86, 10 and 08. RGB value is (134,16,8). Sum of RGB (Red+Green+Blue) = 134+16+8=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #861008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861008 is #79EFF7. Grayscale: #323232. Windows color (decimal): -7991288 or 528518. OLE color: 528518.

HSL color Cylindrical-coordinate representation of color #861008: hue angle of 3.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #861008 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB134168-
CMYK00.880.940.47
HSL3.81º88.73%27.84%-
HSV(B)3.81º94.03%52.55%-
XYZ10.065.460.75-
YUV50.37104.09187.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=84.81%
G=10.13%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13416800.880.940.473.8188.7327.84
Hex861080585E2F4591c
Octal2062010013013657413134
Binary10000110100001000010110001011110101111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861008; }

 p { color: rgb(134,16,8); }

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

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

 a { background-color: rgb(134,16,8); }

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

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

 span { border-color: rgb(134,16,8); }

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