#85042B

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

Shades of Burgundy #85042B

Tints of Burgundy #85042B

Color information

#85042B (or 0x85042B) is unknown color: approx Burgundy. HEX triplet: 85, 04 and 2B. RGB value is (133,4,43). Sum of RGB (Red+Green+Blue) = 133+4+43=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85042B is #7AFBD4. Grayscale: #2E2E2E. Windows color (decimal): -8059861 or 2819205. OLE color: 2819205.

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

Color convert

RGB133443-
CMYK00.970.680.48
HSL341.86º94.16%26.86%-
HSV(B)341.86º96.99%52.16%-
XYZ10.155.252.76-
YUV47.02125.74189.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=73.89%
G=2.22%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13344300.970.680.48341.8694.1626.86
Hex8542B06144301565e1b
Octal20545301411046052613633
Binary10000101100101011011000011000100110000101010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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