Html Css Color HEX #86052D Burgundy

📋 copy color: '#86052D'

red 134 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #86052D

Tints of Burgundy #86052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

 BLUE value IS 45 (17.97% from 255) = 24.46%

R = 72.83%
G = 2.72%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86052D (or 0x86052D) is known color: Burgundy. HEX triplet: 86, 05 and 2D. RGB value is (134,5,45). Sum of RGB (Red+Green+Blue) = 134+5+45=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86052D is #79FAD2. Grayscale: #303030. Windows color (decimal): -7994067 or 2950534. OLE color: 2950534.

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

Color convert

RGB 134 5 45 -
CMYK 0 0.96 0.66 0.47
HSL 341.4º 0.93% 0.27% -
HSV(B) 341.4º 0.96% 0.53% -
XYZ 10.36 5.37 2.97 -
YUV 48.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 134 5 45 0 0.96 0.66 0.47 341.4 0.93 0.27
Hex 86 5 2D 0 60 42 2F 155 5D 1B
Octal 206 5 55 0 140 102 57 525 135 33
Binary 10000110 101 101101 0 1100000 1000010 101111 101010101 1011101 11011

Color Harmonies of #86052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86052D

Black with #86052D

Text Example


Text Example

White with #86052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,5,45); }

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

background-color css

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

 a { background-color: rgb(134,5,45); }

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

border-color css

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

 span { border-color: rgb(134,5,45); }

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