Html Css Color HEX #86111D Burgundy

📋 copy color: '#86111D'

red 134 ◦ green 17 ◦ blue 29

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

Shades of Burgundy #86111D

Tints of Burgundy #86111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.11%

R = 74.44%
G = 9.44%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86111D (or 0x86111D) is known color: Burgundy. HEX triplet: 86, 11 and 1D. RGB value is (134,17,29). Sum of RGB (Red+Green+Blue) = 134+17+29=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86111D is #79EEE2. Grayscale: #353535. Windows color (decimal): -7991011 or 1905030. OLE color: 1905030.

HSL color Cylindrical-coordinate representation of color #86111D: hue angle of 353.85º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86111D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 29 -
CMYK 0 0.87 0.78 0.47
HSL 353.85º 0.77% 0.3% -
HSV(B) 353.85º 0.87% 0.53% -
XYZ 10.25 5.56 1.69 -
YUV 53.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 134 17 29 0 0.87 0.78 0.47 353.85 0.77 0.3
Hex 86 11 1D 0 57 4E 2F 162 4D 1E
Octal 206 21 35 0 127 116 57 542 115 36
Binary 10000110 10001 11101 0 1010111 1001110 101111 101100010 1001101 11110

Color Harmonies of #86111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86111D

Black with #86111D

Text Example


Text Example

White with #86111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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