#85082E

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

Shades of Burgundy #85082E

Tints of Burgundy #85082E

Color information

#85082E (or 0x85082E) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 2E. RGB value is (133,8,46). Sum of RGB (Red+Green+Blue) = 133+8+46=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85082E is #7AF7D1. Grayscale: #313131. Windows color (decimal): -8058834 or 3016837. OLE color: 3016837.

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

Color convert

RGB133846-
CMYK00.940.650.48
HSL341.76º88.65%27.65%-
HSV(B)341.76º93.98%52.16%-
XYZ10.255.363.08-
YUV49.71125.91187.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.12%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=71.12%
G=4.28%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13384600.940.650.48341.7688.6527.65
Hex8582E05E4130156591c
Octal205105601361016052613134
Binary100001011000101110010111101000001110000101010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85082E; }

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

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

<style>
 a { background-color: #85082E; }

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

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

<style>
 span { border-color: #85082E; }

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

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