#85043A

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

Shades of Burgundy #85043A

Tints of Burgundy #85043A

Color information

#85043A (or 0x85043A) is unknown color: approx Burgundy. HEX triplet: 85, 04 and 3A. RGB value is (133,4,58). Sum of RGB (Red+Green+Blue) = 133+4+58=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85043A is #7AFBC5. Grayscale: #303030. Windows color (decimal): -8059846 or 3802245. OLE color: 3802245.

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

Color convert

RGB133458-
CMYK00.970.560.48
HSL334.88º94.16%26.86%-
HSV(B)334.88º96.99%52.16%-
XYZ10.485.384.49-
YUV48.73133.24188.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=68.21%
G=2.05%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13345800.970.560.48334.8894.1626.86
Hex8543A061383014f5e1b
Octal2054720141706051713633
Binary1000010110011101001100001111000110000101001111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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