#85052F

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

Shades of Burgundy #85052F

Tints of Burgundy #85052F

Color information

#85052F (or 0x85052F) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 2F. RGB value is (133,5,47). Sum of RGB (Red+Green+Blue) = 133+5+47=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052F is #7AFAD0. Grayscale: #303030. Windows color (decimal): -8059601 or 3081605. OLE color: 3081605.

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

Color convert

RGB133547-
CMYK00.960.650.48
HSL340.31º92.75%27.06%-
HSV(B)340.31º96.24%52.16%-
XYZ10.245.33.17-
YUV48.06127.41188.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.89%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=71.89%
G=2.70%
B=25.41%

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
Decimal13354700.960.650.48340.3192.7527.06
Hex8552F06041301545d1b
Octal20555701401016052413533
Binary10000101101101111011000001000001110000101010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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