#85083C

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

Shades of Burgundy #85083C

Tints of Burgundy #85083C

Color information

#85083C (or 0x85083C) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 3C. RGB value is (133,8,60). Sum of RGB (Red+Green+Blue) = 133+8+60=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85083C is #7AF7C3. Grayscale: #333333. Windows color (decimal): -8058820 or 3934341. OLE color: 3934341.

HSL color Cylindrical-coordinate representation of color #85083C: hue angle of 335.04º 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 #85083C is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB133860-
CMYK00.940.550.48
HSL335.04º88.65%27.65%-
HSV(B)335.04º93.98%52.16%-
XYZ10.585.494.78-
YUV51.3132.91186.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=66.17%
G=3.98%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13386000.940.550.48335.0488.6527.65
Hex8583C05E373014f591c
Octal20510740136676051713134
Binary10000101100011110001011110110111110000101001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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