#85052B

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

Shades of Burgundy #85052B

Tints of Burgundy #85052B

Color information

#85052B (or 0x85052B) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 2B. RGB value is (133,5,43). Sum of RGB (Red+Green+Blue) = 133+5+43=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052B is #7AFAD4. Grayscale: #2F2F2F. Windows color (decimal): -8059605 or 2819461. OLE color: 2819461.

HSL color Cylindrical-coordinate representation of color #85052B: hue angle of 342.19º 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 #85052B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB133543-
CMYK00.960.680.48
HSL342.19º92.75%27.06%-
HSV(B)342.19º96.24%52.16%-
XYZ10.165.272.77-
YUV47.6125.41188.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=73.48%
G=2.76%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13354300.960.680.48342.1992.7527.06
Hex8552B06044301565d1b
Octal20555301401046052613533
Binary10000101101101011011000001000100110000101010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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