Shades of Rose Bud Cherry #87275B
Tints of Rose Bud Cherry #87275B
RGB
CMYK
RGB Variations
Color information
#87275B (or 0x87275B) is known color: Rose Bud Cherry. HEX triplet: 87, 27 and 5B. RGB value is (135,39,91). Sum of RGB (Red+Green+Blue) = 135+39+91=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87275B is #78D8A4. Grayscale: #494949. Windows color (decimal): -7919781 or 5973895. OLE color: 5973895.
HSL color Cylindrical-coordinate representation of color #87275B: hue angle of 327.5º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87275B is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 91 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.47 |
| HSL | 327.5º | 0.55% | 0.34% | - |
| HSV(B) | 327.5º | 0.71% | 0.53% | - |
| XYZ | 12.61 | 7.36 | 10.65 | - |
| YUV | 73.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 91 | 0 | 0.71 | 0.33 | 0.47 | 327.5 | 0.55 | 0.34 |
| Hex | 87 | 27 | 5B | 0 | 47 | 21 | 2F | 148 | 37 | 22 |
| Octal | 207 | 47 | 133 | 0 | 107 | 41 | 57 | 510 | 67 | 42 |
| Binary | 10000111 | 100111 | 1011011 | 0 | 1000111 | 100001 | 101111 | 101001000 | 110111 | 100010 |
Color Harmonies of #87275B
Complementary color
Monochromatic Colors of #87275B
Black with #87275B
Text Example
Text Example
White with #87275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87275B; }
p { color: rgb(135,39,91); }
H1.HeaderClassName
{
color: #87275B;
}
.AnyTagClassName
{
color: #87275B;
}
</style>
background-color css
<style>
a { background-color: #87275B; }
a { background-color: rgb(135,39,91); }
div.DivClassName
{
background-color: #87275B;
}
.BgClassName
{
background-color: #87275B;
}
</style>
border-color css
<style>
span { border-color: #87275B; }
span { border-color: rgb(135,39,91); }
td.TdClassName
{
border-color: #87275B;
}
.TagClassName
{
border-color: #87275B;
}
</style>