Shades of Burgundy #870238
Tints of Burgundy #870238
RGB
CMYK
RGB Variations
Color information
#870238 (or 0x870238) is known color: Burgundy. HEX triplet: 87, 02 and 38. RGB value is (135,2,56). Sum of RGB (Red+Green+Blue) = 135+2+56=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870238 is #78FDC7. Grayscale: #2F2F2F. Windows color (decimal): -7929288 or 3670663. OLE color: 3670663.
HSL color Cylindrical-coordinate representation of color #870238: hue angle of 335.64º 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 #870238 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.47 |
| HSL | 335.64º | 0.97% | 0.27% | - |
| HSV(B) | 335.64º | 0.99% | 0.53% | - |
| XYZ | 10.73 | 5.48 | 4.23 | - |
| YUV | 47.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 56 | 0 | 0.99 | 0.59 | 0.47 | 335.64 | 0.97 | 0.27 |
| Hex | 87 | 2 | 38 | 0 | 63 | 3B | 2F | 150 | 61 | 1B |
| Octal | 207 | 2 | 70 | 0 | 143 | 73 | 57 | 520 | 141 | 33 |
| Binary | 10000111 | 10 | 111000 | 0 | 1100011 | 111011 | 101111 | 101010000 | 1100001 | 11011 |
Color Harmonies of #870238
Complementary color
Monochromatic Colors of #870238
Black with #870238
Text Example
Text Example
White with #870238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870238; }
p { color: rgb(135,2,56); }
H1.HeaderClassName
{
color: #870238;
}
.AnyTagClassName
{
color: #870238;
}
</style>
background-color css
<style>
a { background-color: #870238; }
a { background-color: rgb(135,2,56); }
div.DivClassName
{
background-color: #870238;
}
.BgClassName
{
background-color: #870238;
}
</style>
border-color css
<style>
span { border-color: #870238; }
span { border-color: rgb(135,2,56); }
td.TdClassName
{
border-color: #870238;
}
.TagClassName
{
border-color: #870238;
}
</style>