Html Css Color HEX #861400 Dark Red

📋 copy color: '#861400'

red 134 ◦ green 20 ◦ blue 0

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

Shades of Dark Red #861400

Tints of Dark Red #861400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 87.01%
G = 12.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#861400 (or 0x861400) is known color: Dark Red. HEX triplet: 86, 14 and 00. RGB value is (134,20,0). Sum of RGB (Red+Green+Blue) = 134+20+0=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #861400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861400 is #79EBFF. Grayscale: #333333. Windows color (decimal): -7990272 or 5254. OLE color: 5254.

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

Color convert

RGB 134 20 0 -
CMYK 0 0.85 1 0.47
HSL 8.96º 1% 0.26% -
HSV(B) 8.96º 1% 0.53% -
XYZ 10.08 5.57 0.54 -
YUV 51.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 134 20 0 0 0.85 1 0.47 8.96 1 0.26
Hex 86 14 0 0 55 64 2F 9 64 1A
Octal 206 24 0 0 125 144 57 11 144 32
Binary 10000110 10100 0 0 1010101 1100100 101111 1001 1100100 11010

Color Harmonies of #861400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861400

Black with #861400

Text Example


Text Example

White with #861400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861400; }

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

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

background-color css

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

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

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

border-color css

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

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

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