Html Css Color HEX #86111C Burgundy

📋 copy color: '#86111C'

red 134 ◦ green 17 ◦ blue 28

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

Shades of Burgundy #86111C

Tints of Burgundy #86111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 74.86%
G = 9.5%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86111C (or 0x86111C) is known color: Burgundy. HEX triplet: 86, 11 and 1C. RGB value is (134,17,28). Sum of RGB (Red+Green+Blue) = 134+17+28=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86111C is #79EEE3. Grayscale: #353535. Windows color (decimal): -7991012 or 1839494. OLE color: 1839494.

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

Color convert

RGB 134 17 28 -
CMYK 0 0.87 0.79 0.47
HSL 354.36º 0.77% 0.3% -
HSV(B) 354.36º 0.87% 0.53% -
XYZ 10.24 5.55 1.63 -
YUV 53.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 134 17 28 0 0.87 0.79 0.47 354.36 0.77 0.3
Hex 86 11 1C 0 57 4F 2F 162 4D 1E
Octal 206 21 34 0 127 117 57 542 115 36
Binary 10000110 10001 11100 0 1010111 1001111 101111 101100010 1001101 11110

Color Harmonies of #86111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86111C

Black with #86111C

Text Example


Text Example

White with #86111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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