#85052A

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

Shades of Burgundy #85052A

Tints of Burgundy #85052A

Color information

#85052A (or 0x85052A) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 2A. RGB value is (133,5,42). Sum of RGB (Red+Green+Blue) = 133+5+42=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052A is #7AFAD5. Grayscale: #2F2F2F. Windows color (decimal): -8059606 or 2753925. OLE color: 2753925.

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

Color convert

RGB133542-
CMYK00.960.680.48
HSL342.66º92.75%27.06%-
HSV(B)342.66º96.24%52.16%-
XYZ10.155.262.67-
YUV47.49124.91188.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=73.89%
G=2.78%
B=23.33%

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
Decimal13354200.960.680.48342.6692.7527.06
Hex8552A06044301575d1b
Octal20555201401046052713533
Binary10000101101101010011000001000100110000101010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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