#85052C

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

Shades of Burgundy #85052C

Tints of Burgundy #85052C

Color information

#85052C (or 0x85052C) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 2C. RGB value is (133,5,44). Sum of RGB (Red+Green+Blue) = 133+5+44=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052C is #7AFAD3. Grayscale: #2F2F2F. Windows color (decimal): -8059604 or 2884997. OLE color: 2884997.

HSL color Cylindrical-coordinate representation of color #85052C: hue angle of 341.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85052C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB133544-
CMYK00.960.670.48
HSL341.72º92.75%27.06%-
HSV(B)341.72º96.24%52.16%-
XYZ10.185.282.86-
YUV47.72125.91188.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=73.08%
G=2.75%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13354400.960.670.48341.7292.7527.06
Hex8552C06043301565d1b
Octal20555401401036052613533
Binary10000101101101100011000001000011110000101010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85052C; }

 p { color: rgb(133,5,44); }

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

<style>
 a { background-color: #85052C; }

 a { background-color: rgb(133,5,44); }

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

<style>
 span { border-color: #85052C; }

 span { border-color: rgb(133,5,44); }

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