Shades of Burgundy #870435
Tints of Burgundy #870435
RGB
CMYK
RGB Variations
Color information
#870435 (or 0x870435) is known color: Burgundy. HEX triplet: 87, 04 and 35. RGB value is (135,4,53). Sum of RGB (Red+Green+Blue) = 135+4+53=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870435 is #78FBCA. Grayscale: #303030. Windows color (decimal): -7928779 or 3474567. OLE color: 3474567.
HSL color Cylindrical-coordinate representation of color #870435: hue angle of 337.56º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870435 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 53 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.47 |
| HSL | 337.56º | 0.94% | 0.27% | - |
| HSV(B) | 337.56º | 0.97% | 0.53% | - |
| XYZ | 10.68 | 5.49 | 3.87 | - |
| YUV | 48.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 53 | 0 | 0.97 | 0.61 | 0.47 | 337.56 | 0.94 | 0.27 |
| Hex | 87 | 4 | 35 | 0 | 61 | 3D | 2F | 152 | 5E | 1B |
| Octal | 207 | 4 | 65 | 0 | 141 | 75 | 57 | 522 | 136 | 33 |
| Binary | 10000111 | 100 | 110101 | 0 | 1100001 | 111101 | 101111 | 101010010 | 1011110 | 11011 |
Color Harmonies of #870435
Complementary color
Monochromatic Colors of #870435
Black with #870435
Text Example
Text Example
White with #870435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870435; }
p { color: rgb(135,4,53); }
H1.HeaderClassName
{
color: #870435;
}
.AnyTagClassName
{
color: #870435;
}
</style>
background-color css
<style>
a { background-color: #870435; }
a { background-color: rgb(135,4,53); }
div.DivClassName
{
background-color: #870435;
}
.BgClassName
{
background-color: #870435;
}
</style>
border-color css
<style>
span { border-color: #870435; }
span { border-color: rgb(135,4,53); }
td.TdClassName
{
border-color: #870435;
}
.TagClassName
{
border-color: #870435;
}
</style>