Html Css Color HEX #86131D Burgundy

📋 copy color: '#86131D'

red 134 ◦ green 19 ◦ blue 29

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

Shades of Burgundy #86131D

Tints of Burgundy #86131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 73.63%
G = 10.44%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86131D (or 0x86131D) is known color: Burgundy. HEX triplet: 86, 13 and 1D. RGB value is (134,19,29). Sum of RGB (Red+Green+Blue) = 134+19+29=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86131D is #79ECE2. Grayscale: #363636. Windows color (decimal): -7990499 or 1905542. OLE color: 1905542.

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

Color convert

RGB 134 19 29 -
CMYK 0 0.86 0.78 0.47
HSL 354.78º 0.75% 0.3% -
HSV(B) 354.78º 0.86% 0.53% -
XYZ 10.29 5.62 1.71 -
YUV 54.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 134 19 29 0 0.86 0.78 0.47 354.78 0.75 0.3
Hex 86 13 1D 0 56 4E 2F 163 4B 1E
Octal 206 23 35 0 126 116 57 543 113 36
Binary 10000110 10011 11101 0 1010110 1001110 101111 101100011 1001011 11110

Color Harmonies of #86131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86131D

Black with #86131D

Text Example


Text Example

White with #86131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86131D; }

 p { color: rgb(134,19,29); }

 H1.HeaderClassName
 {
   color: #86131D;
 }
 .AnyTagClassName
 {
   color: #86131D;
 }
</style>

background-color css

<style>
 a { background-color: #86131D; }

 a { background-color: rgb(134,19,29); }

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

border-color css

<style>
 span { border-color: #86131D; }

 span { border-color: rgb(134,19,29); }

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