#85083B

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

Shades of Burgundy #85083B

Tints of Burgundy #85083B

Color information

#85083B (or 0x85083B) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 3B. RGB value is (133,8,59). Sum of RGB (Red+Green+Blue) = 133+8+59=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85083B is #7AF7C4. Grayscale: #333333. Windows color (decimal): -8058821 or 3868805. OLE color: 3868805.

HSL color Cylindrical-coordinate representation of color #85083B: hue angle of 335.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85083B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB133859-
CMYK00.940.560.48
HSL335.52º88.65%27.65%-
HSV(B)335.52º93.98%52.16%-
XYZ10.555.484.64-
YUV51.19132.41186.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=66.5%
G=4%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13385900.940.560.48335.5288.6527.65
Hex8583B05E3830150591c
Octal20510730136706052013134
Binary10000101100011101101011110111000110000101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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