Html Css Color HEX #86051F Burgundy

📋 copy color: '#86051F'

red 134 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #86051F

Tints of Burgundy #86051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 78.82%
G = 2.94%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86051F (or 0x86051F) is known color: Burgundy. HEX triplet: 86, 05 and 1F. RGB value is (134,5,31). Sum of RGB (Red+Green+Blue) = 134+5+31=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #86051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86051F is #79FAE0. Grayscale: #2E2E2E. Windows color (decimal): -7994081 or 2033030. OLE color: 2033030.

HSL color Cylindrical-coordinate representation of color #86051F: hue angle of 347.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86051F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 31 -
CMYK 0 0.96 0.77 0.47
HSL 347.91º 0.93% 0.27% -
HSV(B) 347.91º 0.96% 0.53% -
XYZ 10.13 5.28 1.78 -
YUV 46.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 134 5 31 0 0.96 0.77 0.47 347.91 0.93 0.27
Hex 86 5 1F 0 60 4D 2F 15C 5D 1B
Octal 206 5 37 0 140 115 57 534 135 33
Binary 10000110 101 11111 0 1100000 1001101 101111 101011100 1011101 11011

Color Harmonies of #86051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86051F

Black with #86051F

Text Example


Text Example

White with #86051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86051F; }

 p { color: rgb(134,5,31); }

 H1.HeaderClassName
 {
   color: #86051F;
 }
 .AnyTagClassName
 {
   color: #86051F;
 }
</style>

background-color css

<style>
 a { background-color: #86051F; }

 a { background-color: rgb(134,5,31); }

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

border-color css

<style>
 span { border-color: #86051F; }

 span { border-color: rgb(134,5,31); }

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