#85041E

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

Shades of Burgundy #85041E

Tints of Burgundy #85041E

Color information

#85041E (or 0x85041E) is unknown color: approx Burgundy. HEX triplet: 85, 04 and 1E. RGB value is (133,4,30). Sum of RGB (Red+Green+Blue) = 133+4+30=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85041E is #7AFBE1. Grayscale: #2D2D2D. Windows color (decimal): -8059874 or 1967237. OLE color: 1967237.

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

Color convert

RGB133430-
CMYK00.970.770.48
HSL347.91º94.16%26.86%-
HSV(B)347.91º96.99%52.16%-
XYZ9.955.171.7-
YUV45.54119.24190.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=79.64%
G=2.40%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13343000.970.770.48347.9194.1626.86
Hex8541E0614D3015c5e1b
Octal20543601411156053413633
Binary1000010110011110011000011001101110000101011100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,4,30); }

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

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

 a { background-color: rgb(133,4,30); }

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

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

 span { border-color: rgb(133,4,30); }

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