Html Css Color HEX #861600 Dark Red

📋 copy color: '#861600'

red 134 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #861600

Tints of Dark Red #861600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.9%
G = 14.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#861600 (or 0x861600) is known color: Dark Red. HEX triplet: 86, 16 and 00. RGB value is (134,22,0). Sum of RGB (Red+Green+Blue) = 134+22+0=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #861600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861600 is #79E9FF. Grayscale: #353535. Windows color (decimal): -7989760 or 5766. OLE color: 5766.

HSL color Cylindrical-coordinate representation of color #861600: hue angle of 9.85º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #861600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 22 0 -
CMYK 0 0.84 1 0.47
HSL 9.85º 1% 0.26% -
HSV(B) 9.85º 1% 0.53% -
XYZ 10.12 5.64 0.56 -
YUV 52.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 134 22 0 0 0.84 1 0.47 9.85 1 0.26
Hex 86 16 0 0 54 64 2F A 64 1A
Octal 206 26 0 0 124 144 57 12 144 32
Binary 10000110 10110 0 0 1010100 1100100 101111 1010 1100100 11010

Color Harmonies of #861600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861600

Black with #861600

Text Example


Text Example

White with #861600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861600; }

 p { color: rgb(134,22,0); }

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

background-color css

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

 a { background-color: rgb(134,22,0); }

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

border-color css

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

 span { border-color: rgb(134,22,0); }

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