Shades of Rose Bud Cherry #872D58
Tints of Rose Bud Cherry #872D58
RGB
CMYK
RGB Variations
Color information
#872D58 (or 0x872D58) is known color: Rose Bud Cherry. HEX triplet: 87, 2D and 58. RGB value is (135,45,88). Sum of RGB (Red+Green+Blue) = 135+45+88=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #872D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D58 is #78D2A7. Grayscale: #4C4C4C. Windows color (decimal): -7918248 or 5778823. OLE color: 5778823.
HSL color Cylindrical-coordinate representation of color #872D58: hue angle of 331.33º degrees, saturation: 0.5, 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 #872D58 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 88 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.47 |
| HSL | 331.33º | 0.5% | 0.35% | - |
| HSV(B) | 331.33º | 0.67% | 0.53% | - |
| XYZ | 12.69 | 7.73 | 10.06 | - |
| YUV | 76.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 88 | 0 | 0.67 | 0.35 | 0.47 | 331.33 | 0.5 | 0.35 |
| Hex | 87 | 2D | 58 | 0 | 43 | 23 | 2F | 14B | 32 | 23 |
| Octal | 207 | 55 | 130 | 0 | 103 | 43 | 57 | 513 | 62 | 43 |
| Binary | 10000111 | 101101 | 1011000 | 0 | 1000011 | 100011 | 101111 | 101001011 | 110010 | 100011 |
Color Harmonies of #872D58
Complementary color
Monochromatic Colors of #872D58
Black with #872D58
Text Example
Text Example
White with #872D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D58; }
p { color: rgb(135,45,88); }
H1.HeaderClassName
{
color: #872D58;
}
.AnyTagClassName
{
color: #872D58;
}
</style>
background-color css
<style>
a { background-color: #872D58; }
a { background-color: rgb(135,45,88); }
div.DivClassName
{
background-color: #872D58;
}
.BgClassName
{
background-color: #872D58;
}
</style>
border-color css
<style>
span { border-color: #872D58; }
span { border-color: rgb(135,45,88); }
td.TdClassName
{
border-color: #872D58;
}
.TagClassName
{
border-color: #872D58;
}
</style>