Html Css Color HEX #86011C Burgundy

📋 copy color: '#86011C'

red 134 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #86011C

Tints of Burgundy #86011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 82.21%
G = 0.61%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86011C (or 0x86011C) is known color: Burgundy. HEX triplet: 86, 01 and 1C. RGB value is (134,1,28). Sum of RGB (Red+Green+Blue) = 134+1+28=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #86011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86011C is #79FEE3. Grayscale: #2B2B2B. Windows color (decimal): -7995108 or 1835398. OLE color: 1835398.

HSL color Cylindrical-coordinate representation of color #86011C: hue angle of 347.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86011C is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 28 -
CMYK 0 0.99 0.79 0.47
HSL 347.82º 0.99% 0.26% -
HSV(B) 347.82º 0.99% 0.53% -
XYZ 10.05 5.17 1.57 -
YUV 43.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 134 1 28 0 0.99 0.79 0.47 347.82 0.99 0.26
Hex 86 1 1C 0 63 4F 2F 15C 63 1A
Octal 206 1 34 0 143 117 57 534 143 32
Binary 10000110 1 11100 0 1100011 1001111 101111 101011100 1100011 11010

Color Harmonies of #86011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86011C

Black with #86011C

Text Example


Text Example

White with #86011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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