Html Css Color HEX #860805 Dark Red

📋 copy color: '#860805'

red 134 ◦ green 8 ◦ blue 5

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

Shades of Dark Red #860805

Tints of Dark Red #860805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 91.16%
G = 5.44%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#860805 (or 0x860805) is known color: Dark Red. HEX triplet: 86, 08 and 05. RGB value is (134,8,5). Sum of RGB (Red+Green+Blue) = 134+8+5=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #860805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860805 is #79F7FA. Grayscale: #2D2D2D. Windows color (decimal): -7993339 or 329862. OLE color: 329862.

HSL color Cylindrical-coordinate representation of color #860805: hue angle of 1.4º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860805 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 5 -
CMYK 0 0.94 0.96 0.47
HSL 1.4º 0.93% 0.27% -
HSV(B) 1.4º 0.96% 0.53% -
XYZ 9.95 5.25 0.63 -
YUV 45.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 134 8 5 0 0.94 0.96 0.47 1.4 0.93 0.27
Hex 86 8 5 0 5E 60 2F 1 5D 1B
Octal 206 10 5 0 136 140 57 1 135 33
Binary 10000110 1000 101 0 1011110 1100000 101111 1 1011101 11011

Color Harmonies of #860805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860805

Black with #860805

Text Example


Text Example

White with #860805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860805; }

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

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

background-color css

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

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

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

border-color css

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

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

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