#85022E

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

Shades of Burgundy #85022E

Tints of Burgundy #85022E

Color information

#85022E (or 0x85022E) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 2E. RGB value is (133,2,46). Sum of RGB (Red+Green+Blue) = 133+2+46=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85022E is #7AFDD1. Grayscale: #2E2E2E. Windows color (decimal): -8060370 or 3015301. OLE color: 3015301.

HSL color Cylindrical-coordinate representation of color #85022E: hue angle of 339.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85022E is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB133246-
CMYK00.980.650.48
HSL339.85º97.04%26.47%-
HSV(B)339.85º98.5%52.16%-
XYZ10.195.233.06-
YUV46.18127.9189.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=73.48%
G=1.10%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13324600.980.650.48339.8597.0426.47
Hex8522E0624130154611a
Octal20525601421016052414132
Binary1000010110101110011000101000001110000101010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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