Html Css Color HEX #86071F Burgundy

📋 copy color: '#86071F'

red 134 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #86071F

Tints of Burgundy #86071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

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

R = 77.91%
G = 4.07%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86071F (or 0x86071F) is known color: Burgundy. HEX triplet: 86, 07 and 1F. RGB value is (134,7,31). Sum of RGB (Red+Green+Blue) = 134+7+31=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #86071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86071F is #79F8E0. Grayscale: #2F2F2F. Windows color (decimal): -7993569 or 2033542. OLE color: 2033542.

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

Color convert

RGB 134 7 31 -
CMYK 0 0.95 0.77 0.47
HSL 348.66º 0.9% 0.28% -
HSV(B) 348.66º 0.95% 0.53% -
XYZ 10.15 5.32 1.79 -
YUV 47.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 134 7 31 0 0.95 0.77 0.47 348.66 0.9 0.28
Hex 86 7 1F 0 5F 4D 2F 15D 5A 1C
Octal 206 7 37 0 137 115 57 535 132 34
Binary 10000110 111 11111 0 1011111 1001101 101111 101011101 1011010 11100

Color Harmonies of #86071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86071F

Black with #86071F

Text Example


Text Example

White with #86071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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