Html Css Color HEX #86011A Burgundy

📋 copy color: '#86011A'

red 134 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #86011A

Tints of Burgundy #86011A

RGB

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

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

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

R = 83.23%
G = 0.62%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86011A (or 0x86011A) is known color: Burgundy. HEX triplet: 86, 01 and 1A. RGB value is (134,1,26). Sum of RGB (Red+Green+Blue) = 134+1+26=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #86011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86011A is #79FEE5. Grayscale: #2B2B2B. Windows color (decimal): -7995110 or 1704326. OLE color: 1704326.

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

Color convert

RGB 134 1 26 -
CMYK 0 0.99 0.81 0.47
HSL 348.72º 0.99% 0.26% -
HSV(B) 348.72º 0.99% 0.53% -
XYZ 10.03 5.16 1.45 -
YUV 43.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 134 1 26 0 0.99 0.81 0.47 348.72 0.99 0.26
Hex 86 1 1A 0 63 51 2F 15D 63 1A
Octal 206 1 32 0 143 121 57 535 143 32
Binary 10000110 1 11010 0 1100011 1010001 101111 101011101 1100011 11010

Color Harmonies of #86011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86011A

Black with #86011A

Text Example


Text Example

White with #86011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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