#85053B

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

Shades of Burgundy #85053B

Tints of Burgundy #85053B

Color information

#85053B (or 0x85053B) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 3B. RGB value is (133,5,59). Sum of RGB (Red+Green+Blue) = 133+5+59=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85053B is #7AFAC4. Grayscale: #313131. Windows color (decimal): -8059589 or 3868037. OLE color: 3868037.

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

Color convert

RGB133559-
CMYK00.960.560.48
HSL334.69º92.75%27.06%-
HSV(B)334.69º96.24%52.16%-
XYZ10.525.414.63-
YUV49.43133.41187.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=67.51%
G=2.54%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13355900.960.560.48334.6992.7527.06
Hex8553B060383014f5d1b
Octal2055730140706051713533
Binary1000010110111101101100000111000110000101001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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