Shades of Burgundy #870133
Tints of Burgundy #870133
RGB
CMYK
RGB Variations
Color information
#870133 (or 0x870133) is known color: Burgundy. HEX triplet: 87, 01 and 33. RGB value is (135,1,51). Sum of RGB (Red+Green+Blue) = 135+1+51=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870133 is #78FECC. Grayscale: #2E2E2E. Windows color (decimal): -7929549 or 3342727. OLE color: 3342727.
HSL color Cylindrical-coordinate representation of color #870133: hue angle of 337.61º degrees, saturation: 0.99, 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 #870133 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.47 |
| HSL | 337.61º | 0.99% | 0.27% | - |
| HSV(B) | 337.61º | 0.99% | 0.53% | - |
| XYZ | 10.6 | 5.41 | 3.62 | - |
| YUV | 46.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 51 | 0 | 0.99 | 0.62 | 0.47 | 337.61 | 0.99 | 0.27 |
| Hex | 87 | 1 | 33 | 0 | 63 | 3E | 2F | 152 | 63 | 1B |
| Octal | 207 | 1 | 63 | 0 | 143 | 76 | 57 | 522 | 143 | 33 |
| Binary | 10000111 | 1 | 110011 | 0 | 1100011 | 111110 | 101111 | 101010010 | 1100011 | 11011 |
Color Harmonies of #870133
Complementary color
Monochromatic Colors of #870133
Black with #870133
Text Example
Text Example
White with #870133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870133; }
p { color: rgb(135,1,51); }
H1.HeaderClassName
{
color: #870133;
}
.AnyTagClassName
{
color: #870133;
}
</style>
background-color css
<style>
a { background-color: #870133; }
a { background-color: rgb(135,1,51); }
div.DivClassName
{
background-color: #870133;
}
.BgClassName
{
background-color: #870133;
}
</style>
border-color css
<style>
span { border-color: #870133; }
span { border-color: rgb(135,1,51); }
td.TdClassName
{
border-color: #870133;
}
.TagClassName
{
border-color: #870133;
}
</style>