Shades of Burgundy #85041C
Tints of Burgundy #85041C
RGB
CMYK
RGB Variations
Color information
#85041C (or 0x85041C) is known color: Burgundy. HEX triplet: 85, 04 and 1C. RGB value is (133,4,28). Sum of RGB (Red+Green+Blue) = 133+4+28=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85041C is #7AFBE3. Grayscale: #2D2D2D. Windows color (decimal): -8059876 or 1836165. OLE color: 1836165.
HSL color Cylindrical-coordinate representation of color #85041C: hue angle of 348.84º 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 #85041C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 28 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.48 |
| HSL | 348.84º | 0.94% | 0.27% | - |
| HSV(B) | 348.84º | 0.97% | 0.52% | - |
| XYZ | 9.93 | 5.16 | 1.57 | - |
| YUV | 45.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 28 | 0 | 0.97 | 0.79 | 0.48 | 348.84 | 0.94 | 0.27 |
| Hex | 85 | 4 | 1C | 0 | 61 | 4F | 30 | 15D | 5E | 1B |
| Octal | 205 | 4 | 34 | 0 | 141 | 117 | 60 | 535 | 136 | 33 |
| Binary | 10000101 | 100 | 11100 | 0 | 1100001 | 1001111 | 110000 | 101011101 | 1011110 | 11011 |
Color Harmonies of #85041C
Complementary color
Monochromatic Colors of #85041C
Black with #85041C
Text Example
Text Example
White with #85041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85041C; }
p { color: rgb(133,4,28); }
H1.HeaderClassName
{
color: #85041C;
}
.AnyTagClassName
{
color: #85041C;
}
</style>
background-color css
<style>
a { background-color: #85041C; }
a { background-color: rgb(133,4,28); }
div.DivClassName
{
background-color: #85041C;
}
.BgClassName
{
background-color: #85041C;
}
</style>
border-color css
<style>
span { border-color: #85041C; }
span { border-color: rgb(133,4,28); }
td.TdClassName
{
border-color: #85041C;
}
.TagClassName
{
border-color: #85041C;
}
</style>