Html Css Color HEX #86071E Burgundy

📋 copy color: '#86071E'

red 134 ◦ green 7 ◦ blue 30

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

Shades of Burgundy #86071E

Tints of Burgundy #86071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 78.36%
G = 4.09%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86071E (or 0x86071E) is known color: Burgundy. HEX triplet: 86, 07 and 1E. RGB value is (134,7,30). Sum of RGB (Red+Green+Blue) = 134+7+30=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #86071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86071E is #79F8E1. Grayscale: #2F2F2F. Windows color (decimal): -7993570 or 1968006. OLE color: 1968006.

HSL color Cylindrical-coordinate representation of color #86071E: hue angle of 349.13º 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 #86071E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 30 -
CMYK 0 0.95 0.78 0.47
HSL 349.13º 0.9% 0.28% -
HSV(B) 349.13º 0.95% 0.53% -
XYZ 10.14 5.31 1.72 -
YUV 47.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 134 7 30 0 0.95 0.78 0.47 349.13 0.9 0.28
Hex 86 7 1E 0 5F 4E 2F 15D 5A 1C
Octal 206 7 36 0 137 116 57 535 132 34
Binary 10000110 111 11110 0 1011111 1001110 101111 101011101 1011010 11100

Color Harmonies of #86071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86071E

Black with #86071E

Text Example


Text Example

White with #86071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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