Html Css Color HEX #861006 Dark Red

📋 copy color: '#861006'

red 134 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #861006

Tints of Dark Red #861006

RGB

 RED value IS 134 (52.73% from 255) = 85.9%

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 6 (2.73% from 255) = 3.85%

R = 85.9%
G = 10.26%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861006 (or 0x861006) is known color: Dark Red. HEX triplet: 86, 10 and 06. RGB value is (134,16,6). Sum of RGB (Red+Green+Blue) = 134+16+6=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #861006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861006 is #79EFF9. Grayscale: #323232. Windows color (decimal): -7991290 or 397446. OLE color: 397446.

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

Color convert

RGB 134 16 6 -
CMYK 0 0.88 0.96 0.47
HSL 4.69º 0.91% 0.27% -
HSV(B) 4.69º 0.96% 0.53% -
XYZ 10.05 5.45 0.69 -
YUV 50.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 134 16 6 0 0.88 0.96 0.47 4.69 0.91 0.27
Hex 86 10 6 0 58 60 2F 5 5B 1B
Octal 206 20 6 0 130 140 57 5 133 33
Binary 10000110 10000 110 0 1011000 1100000 101111 101 1011011 11011

Color Harmonies of #861006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861006

Black with #861006

Text Example


Text Example

White with #861006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861006; }

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

 H1.HeaderClassName
 {
   color: #861006;
 }
 .AnyTagClassName
 {
   color: #861006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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