#85042C

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

Shades of Burgundy #85042C

Tints of Burgundy #85042C

Color information

#85042C (or 0x85042C) is unknown color: approx Burgundy. HEX triplet: 85, 04 and 2C. RGB value is (133,4,44). Sum of RGB (Red+Green+Blue) = 133+4+44=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85042C is #7AFBD3. Grayscale: #2F2F2F. Windows color (decimal): -8059860 or 2884741. OLE color: 2884741.

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

Color convert

RGB133444-
CMYK00.970.670.48
HSL341.4º94.16%26.86%-
HSV(B)341.4º96.99%52.16%-
XYZ10.175.262.86-
YUV47.13126.24189.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=73.48%
G=2.21%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13344400.970.670.48341.494.1626.86
Hex8542C06143301555e1b
Octal20545401411036052513633
Binary10000101100101100011000011000011110000101010101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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