#85022C

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

Shades of Burgundy #85022C

Tints of Burgundy #85022C

Color information

#85022C (or 0x85022C) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 2C. RGB value is (133,2,44). Sum of RGB (Red+Green+Blue) = 133+2+44=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85022C is #7AFDD3. Grayscale: #2D2D2D. Windows color (decimal): -8060372 or 2884229. OLE color: 2884229.

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

Color convert

RGB133244-
CMYK00.980.670.48
HSL340.76º97.04%26.47%-
HSV(B)340.76º98.5%52.16%-
XYZ10.155.212.85-
YUV45.96126.9190.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.30%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=74.30%
G=1.12%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13324400.980.670.48340.7697.0426.47
Hex8522C0624330155611a
Octal20525401421036052514132
Binary1000010110101100011000101000011110000101010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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