#86052A

Color #86052A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #86052A

Tints of Burgundy #86052A

Color information

#86052A (or 0x86052A) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 2A. RGB value is (134,5,42). Sum of RGB (Red+Green+Blue) = 134+5+42=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86052A is #79FAD5. Grayscale: #2F2F2F. Windows color (decimal): -7994070 or 2753926. OLE color: 2753926.

HSL color Cylindrical-coordinate representation of color #86052A: hue angle of 342.79º 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 #86052A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB134542-
CMYK00.960.690.47
HSL342.79º92.81%27.25%-
HSV(B)342.79º96.27%52.55%-
XYZ10.35.342.68-
YUV47.79124.74189.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.03%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=74.03%
G=2.76%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13454200.960.690.47342.7992.8127.25
Hex8652A060452F1575d1b
Octal20655201401055752713533
Binary10000110101101010011000001000101101111101010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86052A;
 }
 .AnyTagClassName
 {
   color: #86052A;
 }
</style>
background-color css

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

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

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

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

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

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