#85082C

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

Shades of Burgundy #85082C

Tints of Burgundy #85082C

Color information

#85082C (or 0x85082C) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 2C. RGB value is (133,8,44). Sum of RGB (Red+Green+Blue) = 133+8+44=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85082C is #7AF7D3. Grayscale: #313131. Windows color (decimal): -8058836 or 2885765. OLE color: 2885765.

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

Color convert

RGB133844-
CMYK00.940.670.48
HSL342.72º88.65%27.65%-
HSV(B)342.72º93.98%52.16%-
XYZ10.215.342.88-
YUV49.48124.91187.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.89%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=71.89%
G=4.32%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13384400.940.670.48342.7288.6527.65
Hex8582C05E4330157591c
Octal205105401361036052713134
Binary100001011000101100010111101000011110000101010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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