Shades of Rose Bud Cherry #871252
Tints of Rose Bud Cherry #871252
RGB
CMYK
RGB Variations
Color information
#871252 (or 0x871252) is known color: Rose Bud Cherry. HEX triplet: 87, 12 and 52. RGB value is (135,18,82). Sum of RGB (Red+Green+Blue) = 135+18+82=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #871252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871252 is #78EDAD. Grayscale: #3C3C3C. Windows color (decimal): -7925166 or 5378695. OLE color: 5378695.
HSL color Cylindrical-coordinate representation of color #871252: hue angle of 327.18º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871252 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 82 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.47 |
| HSL | 327.18º | 0.76% | 0.3% | - |
| HSV(B) | 327.18º | 0.87% | 0.53% | - |
| XYZ | 11.73 | 6.19 | 8.56 | - |
| YUV | 60.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 82 | 0 | 0.87 | 0.39 | 0.47 | 327.18 | 0.76 | 0.3 |
| Hex | 87 | 12 | 52 | 0 | 57 | 27 | 2F | 147 | 4C | 1E |
| Octal | 207 | 22 | 122 | 0 | 127 | 47 | 57 | 507 | 114 | 36 |
| Binary | 10000111 | 10010 | 1010010 | 0 | 1010111 | 100111 | 101111 | 101000111 | 1001100 | 11110 |
Color Harmonies of #871252
Complementary color
Monochromatic Colors of #871252
Black with #871252
Text Example
Text Example
White with #871252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871252; }
p { color: rgb(135,18,82); }
H1.HeaderClassName
{
color: #871252;
}
.AnyTagClassName
{
color: #871252;
}
</style>
background-color css
<style>
a { background-color: #871252; }
a { background-color: rgb(135,18,82); }
div.DivClassName
{
background-color: #871252;
}
.BgClassName
{
background-color: #871252;
}
</style>
border-color css
<style>
span { border-color: #871252; }
span { border-color: rgb(135,18,82); }
td.TdClassName
{
border-color: #871252;
}
.TagClassName
{
border-color: #871252;
}
</style>