Shades of Burgundy #85002A
Tints of Burgundy #85002A
RGB
CMYK
RGB Variations
Color information
#85002A (or 0x85002A) is known color: Burgundy. HEX triplet: 85, 00 and 2A. RGB value is (133,0,42). Sum of RGB (Red+Green+Blue) = 133+0+42=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #85002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85002A is #7AFFD5. Grayscale: #2C2C2C. Windows color (decimal): -8060886 or 2752645. OLE color: 2752645.
HSL color Cylindrical-coordinate representation of color #85002A: hue angle of 341.05º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85002A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.68 | 0.48 |
| HSL | 341.05º | 1% | 0.26% | - |
| HSV(B) | 341.05º | 1% | 0.52% | - |
| XYZ | 10.09 | 5.15 | 2.65 | - |
| YUV | 44.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 42 | 0 | 1 | 0.68 | 0.48 | 341.05 | 1 | 0.26 |
| Hex | 85 | 0 | 2A | 0 | 64 | 44 | 30 | 155 | 64 | 1A |
| Octal | 205 | 0 | 52 | 0 | 144 | 104 | 60 | 525 | 144 | 32 |
| Binary | 10000101 | 0 | 101010 | 0 | 1100100 | 1000100 | 110000 | 101010101 | 1100100 | 11010 |
Color Harmonies of #85002A
Complementary color
Monochromatic Colors of #85002A
Black with #85002A
Text Example
Text Example
White with #85002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85002A; }
p { color: rgb(133,0,42); }
H1.HeaderClassName
{
color: #85002A;
}
.AnyTagClassName
{
color: #85002A;
}
</style>
background-color css
<style>
a { background-color: #85002A; }
a { background-color: rgb(133,0,42); }
div.DivClassName
{
background-color: #85002A;
}
.BgClassName
{
background-color: #85002A;
}
</style>
border-color css
<style>
span { border-color: #85002A; }
span { border-color: rgb(133,0,42); }
td.TdClassName
{
border-color: #85002A;
}
.TagClassName
{
border-color: #85002A;
}
</style>