Html Css Color HEX #86031E Burgundy

📋 copy color: '#86031E'

red 134 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #86031E

Tints of Burgundy #86031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 80.24%
G = 1.8%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86031E (or 0x86031E) is known color: Burgundy. HEX triplet: 86, 03 and 1E. RGB value is (134,3,30). Sum of RGB (Red+Green+Blue) = 134+3+30=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #86031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86031E is #79FCE1. Grayscale: #2D2D2D. Windows color (decimal): -7994594 or 1966982. OLE color: 1966982.

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

Color convert

RGB 134 3 30 -
CMYK 0 0.98 0.78 0.47
HSL 347.63º 0.96% 0.27% -
HSV(B) 347.63º 0.98% 0.53% -
XYZ 10.1 5.23 1.7 -
YUV 45.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 134 3 30 0 0.98 0.78 0.47 347.63 0.96 0.27
Hex 86 3 1E 0 62 4E 2F 15C 60 1B
Octal 206 3 36 0 142 116 57 534 140 33
Binary 10000110 11 11110 0 1100010 1001110 101111 101011100 1100000 11011

Color Harmonies of #86031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86031E

Black with #86031E

Text Example


Text Example

White with #86031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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