Shades of Rose Bud Cherry #872C66
Tints of Rose Bud Cherry #872C66
RGB
CMYK
RGB Variations
Color information
#872C66 (or 0x872C66) is known color: Rose Bud Cherry. HEX triplet: 87, 2C and 66. RGB value is (135,44,102). Sum of RGB (Red+Green+Blue) = 135+44+102=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #872C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C66 is #78D399. Grayscale: #4D4D4D. Windows color (decimal): -7918490 or 6696071. OLE color: 6696071.
HSL color Cylindrical-coordinate representation of color #872C66: hue angle of 321.76º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C66 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 102 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.47 |
| HSL | 321.76º | 0.51% | 0.35% | - |
| HSV(B) | 321.76º | 0.67% | 0.53% | - |
| XYZ | 13.29 | 7.91 | 13.4 | - |
| YUV | 77.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 102 | 0 | 0.67 | 0.24 | 0.47 | 321.76 | 0.51 | 0.35 |
| Hex | 87 | 2C | 66 | 0 | 43 | 18 | 2F | 142 | 33 | 23 |
| Octal | 207 | 54 | 146 | 0 | 103 | 30 | 57 | 502 | 63 | 43 |
| Binary | 10000111 | 101100 | 1100110 | 0 | 1000011 | 11000 | 101111 | 101000010 | 110011 | 100011 |
Color Harmonies of #872C66
Complementary color
Monochromatic Colors of #872C66
Black with #872C66
Text Example
Text Example
White with #872C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C66; }
p { color: rgb(135,44,102); }
H1.HeaderClassName
{
color: #872C66;
}
.AnyTagClassName
{
color: #872C66;
}
</style>
background-color css
<style>
a { background-color: #872C66; }
a { background-color: rgb(135,44,102); }
div.DivClassName
{
background-color: #872C66;
}
.BgClassName
{
background-color: #872C66;
}
</style>
border-color css
<style>
span { border-color: #872C66; }
span { border-color: rgb(135,44,102); }
td.TdClassName
{
border-color: #872C66;
}
.TagClassName
{
border-color: #872C66;
}
</style>