Html Css Color HEX #86112B Burgundy

📋 copy color: '#86112B'

red 134 ◦ green 17 ◦ blue 43

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

Shades of Burgundy #86112B

Tints of Burgundy #86112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 69.07%
G = 8.76%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86112B (or 0x86112B) is known color: Burgundy. HEX triplet: 86, 11 and 2B. RGB value is (134,17,43). Sum of RGB (Red+Green+Blue) = 134+17+43=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86112B is #79EED4. Grayscale: #363636. Windows color (decimal): -7990997 or 2822534. OLE color: 2822534.

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

Color convert

RGB 134 17 43 -
CMYK 0 0.87 0.68 0.47
HSL 346.67º 0.77% 0.3% -
HSV(B) 346.67º 0.87% 0.53% -
XYZ 10.47 5.64 2.82 -
YUV 54.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 134 17 43 0 0.87 0.68 0.47 346.67 0.77 0.3
Hex 86 11 2B 0 57 44 2F 15B 4D 1E
Octal 206 21 53 0 127 104 57 533 115 36
Binary 10000110 10001 101011 0 1010111 1000100 101111 101011011 1001101 11110

Color Harmonies of #86112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86112B

Black with #86112B

Text Example


Text Example

White with #86112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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