Html Css Color HEX #861105 Dark Red

📋 copy color: '#861105'

red 134 ◦ green 17 ◦ blue 5

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

Shades of Dark Red #861105

Tints of Dark Red #861105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 85.9%
G = 10.9%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861105 (or 0x861105) is known color: Dark Red. HEX triplet: 86, 11 and 05. RGB value is (134,17,5). Sum of RGB (Red+Green+Blue) = 134+17+5=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #861105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861105 is #79EEFA. Grayscale: #323232. Windows color (decimal): -7991035 or 332166. OLE color: 332166.

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

Color convert

RGB 134 17 5 -
CMYK 0 0.87 0.96 0.47
HSL 5.58º 0.93% 0.27% -
HSV(B) 5.58º 0.96% 0.53% -
XYZ 10.06 5.48 0.67 -
YUV 50.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 134 17 5 0 0.87 0.96 0.47 5.58 0.93 0.27
Hex 86 11 5 0 57 60 2F 6 5D 1B
Octal 206 21 5 0 127 140 57 6 135 33
Binary 10000110 10001 101 0 1010111 1100000 101111 110 1011101 11011

Color Harmonies of #861105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861105

Black with #861105

Text Example


Text Example

White with #861105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861105; }

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

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

background-color css

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

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

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

border-color css

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

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

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