Html Css Color HEX #861107 Dark Red

📋 copy color: '#861107'

red 134 ◦ green 17 ◦ blue 7

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

Shades of Dark Red #861107

Tints of Dark Red #861107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.43%

R = 84.81%
G = 10.76%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#861107 (or 0x861107) is known color: Dark Red. HEX triplet: 86, 11 and 07. RGB value is (134,17,7). Sum of RGB (Red+Green+Blue) = 134+17+7=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #861107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861107 is #79EEF8. Grayscale: #333333. Windows color (decimal): -7991033 or 463238. OLE color: 463238.

HSL color Cylindrical-coordinate representation of color #861107: hue angle of 4.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #861107 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 7 -
CMYK 0 0.87 0.95 0.47
HSL 4.72º 0.9% 0.28% -
HSV(B) 4.72º 0.95% 0.53% -
XYZ 10.07 5.48 0.73 -
YUV 50.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 134 17 7 0 0.87 0.95 0.47 4.72 0.9 0.28
Hex 86 11 7 0 57 5F 2F 5 5A 1C
Octal 206 21 7 0 127 137 57 5 132 34
Binary 10000110 10001 111 0 1010111 1011111 101111 101 1011010 11100

Color Harmonies of #861107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861107

Black with #861107

Text Example


Text Example

White with #861107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861107; }

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

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

background-color css

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

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

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

border-color css

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

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

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