Html Css Color HEX #861008 Dark Red

📋 copy color: '#861008'

red 134 ◦ green 16 ◦ blue 8

#861008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #861008

Tints of Dark Red #861008

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 value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#861008 (or 0x861008) is known color: 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

RGB 134 16 8 -
CMYK 0 0.88 0.94 0.47
HSL 3.81º 0.89% 0.28% -
HSV(B) 3.81º 0.94% 0.53% -
XYZ 10.06 5.46 0.75 -
YUV 50.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 134 16 8 0 0.88 0.94 0.47 3.81 0.89 0.28
Hex 86 10 8 0 58 5E 2F 4 59 1C
Octal 206 20 10 0 130 136 57 4 131 34
Binary 10000110 10000 1000 0 1011000 1011110 101111 100 1011001 11100

Color Harmonies of #861008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861008

Black with #861008

Text Example


Text Example

White with #861008

Text Example


Text Example

HTML Codes & Css Web 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>