Shades of Burgundy #88022F
Tints of Burgundy #88022F
RGB
CMYK
RGB Variations
Color information
#88022F (or 0x88022F) is known color: Burgundy. HEX triplet: 88, 02 and 2F. RGB value is (136,2,47). Sum of RGB (Red+Green+Blue) = 136+2+47=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #88022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88022F is #77FDD0. Grayscale: #2F2F2F. Windows color (decimal): -7863761 or 3080840. OLE color: 3080840.
HSL color Cylindrical-coordinate representation of color #88022F: hue angle of 339.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88022F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.47 |
| HSL | 339.85º | 0.97% | 0.27% | - |
| HSV(B) | 339.85º | 0.99% | 0.53% | - |
| XYZ | 10.69 | 5.48 | 3.18 | - |
| YUV | 47.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 47 | 0 | 0.99 | 0.65 | 0.47 | 339.85 | 0.97 | 0.27 |
| Hex | 88 | 2 | 2F | 0 | 63 | 41 | 2F | 154 | 61 | 1B |
| Octal | 210 | 2 | 57 | 0 | 143 | 101 | 57 | 524 | 141 | 33 |
| Binary | 10001000 | 10 | 101111 | 0 | 1100011 | 1000001 | 101111 | 101010100 | 1100001 | 11011 |
Color Harmonies of #88022F
Complementary color
Monochromatic Colors of #88022F
Black with #88022F
Text Example
Text Example
White with #88022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88022F; }
p { color: rgb(136,2,47); }
H1.HeaderClassName
{
color: #88022F;
}
.AnyTagClassName
{
color: #88022F;
}
</style>
background-color css
<style>
a { background-color: #88022F; }
a { background-color: rgb(136,2,47); }
div.DivClassName
{
background-color: #88022F;
}
.BgClassName
{
background-color: #88022F;
}
</style>
border-color css
<style>
span { border-color: #88022F; }
span { border-color: rgb(136,2,47); }
td.TdClassName
{
border-color: #88022F;
}
.TagClassName
{
border-color: #88022F;
}
</style>