Html Css Color HEX #86111A Burgundy

📋 copy color: '#86111A'

red 134 ◦ green 17 ◦ blue 26

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

Shades of Burgundy #86111A

Tints of Burgundy #86111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 75.71%
G = 9.6%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86111A (or 0x86111A) is known color: Burgundy. HEX triplet: 86, 11 and 1A. RGB value is (134,17,26). Sum of RGB (Red+Green+Blue) = 134+17+26=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #86111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86111A is #79EEE5. Grayscale: #353535. Windows color (decimal): -7991014 or 1708422. OLE color: 1708422.

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

Color convert

RGB 134 17 26 -
CMYK 0 0.87 0.81 0.47
HSL 355.38º 0.77% 0.3% -
HSV(B) 355.38º 0.87% 0.53% -
XYZ 10.22 5.54 1.51 -
YUV 53.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 134 17 26 0 0.87 0.81 0.47 355.38 0.77 0.3
Hex 86 11 1A 0 57 51 2F 163 4D 1E
Octal 206 21 32 0 127 121 57 543 115 36
Binary 10000110 10001 11010 0 1010111 1010001 101111 101100011 1001101 11110

Color Harmonies of #86111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86111A

Black with #86111A

Text Example


Text Example

White with #86111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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