Html Css Color HEX #861800 Dark Red

📋 copy color: '#861800'

red 134 ◦ green 24 ◦ blue 0

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

Shades of Dark Red #861800

Tints of Dark Red #861800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 84.81%
G = 15.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#861800 (or 0x861800) is known color: Dark Red. HEX triplet: 86, 18 and 00. RGB value is (134,24,0). Sum of RGB (Red+Green+Blue) = 134+24+0=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #861800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861800 is #79E7FF. Grayscale: #363636. Windows color (decimal): -7989248 or 6278. OLE color: 6278.

HSL color Cylindrical-coordinate representation of color #861800: hue angle of 10.75º 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 #861800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 0 -
CMYK 0 0.82 1 0.47
HSL 10.75º 1% 0.26% -
HSV(B) 10.75º 1% 0.53% -
XYZ 10.16 5.72 0.57 -
YUV 54.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 134 24 0 0 0.82 1 0.47 10.75 1 0.26
Hex 86 18 0 0 52 64 2F B 64 1A
Octal 206 30 0 0 122 144 57 13 144 32
Binary 10000110 11000 0 0 1010010 1100100 101111 1011 1100100 11010

Color Harmonies of #861800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861800

Black with #861800

Text Example


Text Example

White with #861800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861800; }

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

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

background-color css

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

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

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

border-color css

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

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

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