Html Css Color HEX #86141E Burgundy

📋 copy color: '#86141E'

red 134 ◦ green 20 ◦ blue 30

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

Shades of Burgundy #86141E

Tints of Burgundy #86141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 72.83%
G = 10.87%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86141E (or 0x86141E) is known color: Burgundy. HEX triplet: 86, 14 and 1E. RGB value is (134,20,30). Sum of RGB (Red+Green+Blue) = 134+20+30=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86141E is #79EBE1. Grayscale: #373737. Windows color (decimal): -7990242 or 1971334. OLE color: 1971334.

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

Color convert

RGB 134 20 30 -
CMYK 0 0.85 0.78 0.47
HSL 354.74º 0.74% 0.3% -
HSV(B) 354.74º 0.85% 0.53% -
XYZ 10.32 5.66 1.78 -
YUV 55.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 134 20 30 0 0.85 0.78 0.47 354.74 0.74 0.3
Hex 86 14 1E 0 55 4E 2F 163 4A 1E
Octal 206 24 36 0 125 116 57 543 112 36
Binary 10000110 10100 11110 0 1010101 1001110 101111 101100011 1001010 11110

Color Harmonies of #86141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86141E

Black with #86141E

Text Example


Text Example

White with #86141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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