Html Css Color HEX #861300 Dark Red

📋 copy color: '#861300'

red 134 ◦ green 19 ◦ blue 0

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

Shades of Dark Red #861300

Tints of Dark Red #861300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 87.58%
G = 12.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#861300 (or 0x861300) is known color: Dark Red. HEX triplet: 86, 13 and 00. RGB value is (134,19,0). Sum of RGB (Red+Green+Blue) = 134+19+0=153 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.58% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 134 - color contains mainly: red. Hex color #861300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861300 is #79ECFF. Grayscale: #333333. Windows color (decimal): -7990528 or 4998. OLE color: 4998.

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

Color convert

RGB 134 19 0 -
CMYK 0 0.86 1 0.47
HSL 8.51º 1% 0.26% -
HSV(B) 8.51º 1% 0.53% -
XYZ 10.06 5.53 0.54 -
YUV 51.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 134 19 0 0 0.86 1 0.47 8.51 1 0.26
Hex 86 13 0 0 56 64 2F 9 64 1A
Octal 206 23 0 0 126 144 57 11 144 32
Binary 10000110 10011 0 0 1010110 1100100 101111 1001 1100100 11010

Color Harmonies of #861300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861300

Black with #861300

Text Example


Text Example

White with #861300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861300; }

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

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

background-color css

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

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

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

border-color css

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

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

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