Shades of Burgundy #85023C
Tints of Burgundy #85023C
RGB
CMYK
RGB Variations
Color information
#85023C (or 0x85023C) is known color: Burgundy. HEX triplet: 85, 02 and 3C. RGB value is (133,2,60). Sum of RGB (Red+Green+Blue) = 133+2+60=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023C is #7AFDC3. Grayscale: #2F2F2F. Windows color (decimal): -8060356 or 3932805. OLE color: 3932805.
HSL color Cylindrical-coordinate representation of color #85023C: hue angle of 333.44º 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 #85023C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.48 |
| HSL | 333.44º | 0.97% | 0.26% | - |
| HSV(B) | 333.44º | 0.98% | 0.52% | - |
| XYZ | 10.51 | 5.36 | 4.75 | - |
| YUV | 47.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 60 | 0 | 0.98 | 0.55 | 0.48 | 333.44 | 0.97 | 0.26 |
| Hex | 85 | 2 | 3C | 0 | 62 | 37 | 30 | 14D | 61 | 1A |
| Octal | 205 | 2 | 74 | 0 | 142 | 67 | 60 | 515 | 141 | 32 |
| Binary | 10000101 | 10 | 111100 | 0 | 1100010 | 110111 | 110000 | 101001101 | 1100001 | 11010 |
Color Harmonies of #85023C
Complementary color
Monochromatic Colors of #85023C
Black with #85023C
Text Example
Text Example
White with #85023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85023C; }
p { color: rgb(133,2,60); }
H1.HeaderClassName
{
color: #85023C;
}
.AnyTagClassName
{
color: #85023C;
}
</style>
background-color css
<style>
a { background-color: #85023C; }
a { background-color: rgb(133,2,60); }
div.DivClassName
{
background-color: #85023C;
}
.BgClassName
{
background-color: #85023C;
}
</style>
border-color css
<style>
span { border-color: #85023C; }
span { border-color: rgb(133,2,60); }
td.TdClassName
{
border-color: #85023C;
}
.TagClassName
{
border-color: #85023C;
}
</style>