#85052E

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

Shades of Burgundy #85052E

Tints of Burgundy #85052E

Color information

#85052E (or 0x85052E) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 2E. RGB value is (133,5,46). Sum of RGB (Red+Green+Blue) = 133+5+46=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052E is #7AFAD1. Grayscale: #2F2F2F. Windows color (decimal): -8059602 or 3016069. OLE color: 3016069.

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

Color convert

RGB133546-
CMYK00.960.650.48
HSL340.78º92.75%27.06%-
HSV(B)340.78º96.24%52.16%-
XYZ10.225.293.07-
YUV47.95126.91188.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 46 (18.36% from 255) = 25%
R=72.28%
G=2.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13354600.960.650.48340.7892.7527.06
Hex8552E06041301555d1b
Octal20555601401016052513533
Binary10000101101101110011000001000001110000101010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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