Html Css Color HEX #860800 Dark Red

📋 copy color: '#860800'

red 134 ◦ green 8 ◦ blue 0

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

Shades of Dark Red #860800

Tints of Dark Red #860800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 94.37%
G = 5.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#860800 (or 0x860800) is known color: Dark Red. HEX triplet: 86, 08 and 00. RGB value is (134,8,0). Sum of RGB (Red+Green+Blue) = 134+8+0=142 (18% of max value = 765). Red value is 134 (52.73% from 255 or 94.37% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 134 - color contains mainly: red. Hex color #860800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860800 is #79F7FF. Grayscale: #2C2C2C. Windows color (decimal): -7993344 or 2182. OLE color: 2182.

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

Color convert

RGB 134 8 0 -
CMYK 0 0.94 1 0.47
HSL 3.58º 1% 0.26% -
HSV(B) 3.58º 1% 0.53% -
XYZ 9.92 5.24 0.49 -
YUV 44.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 134 8 0 0 0.94 1 0.47 3.58 1 0.26
Hex 86 8 0 0 5E 64 2F 4 64 1A
Octal 206 10 0 0 136 144 57 4 144 32
Binary 10000110 1000 0 0 1011110 1100100 101111 100 1100100 11010

Color Harmonies of #860800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860800

Black with #860800

Text Example


Text Example

White with #860800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860800; }

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

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

background-color css

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

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

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

border-color css

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

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

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