Shades of Rose Bud Cherry #87275D
Tints of Rose Bud Cherry #87275D
RGB
CMYK
RGB Variations
Color information
#87275D (or 0x87275D) is known color: Rose Bud Cherry. HEX triplet: 87, 27 and 5D. RGB value is (135,39,93). Sum of RGB (Red+Green+Blue) = 135+39+93=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87275D is #78D8A2. Grayscale: #494949. Windows color (decimal): -7919779 or 6104967. OLE color: 6104967.
HSL color Cylindrical-coordinate representation of color #87275D: hue angle of 326.25º 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 #87275D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 93 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.47 |
| HSL | 326.25º | 0.55% | 0.34% | - |
| HSV(B) | 326.25º | 0.71% | 0.53% | - |
| XYZ | 12.69 | 7.39 | 11.11 | - |
| YUV | 73.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 93 | 0 | 0.71 | 0.31 | 0.47 | 326.25 | 0.55 | 0.34 |
| Hex | 87 | 27 | 5D | 0 | 47 | 1F | 2F | 146 | 37 | 22 |
| Octal | 207 | 47 | 135 | 0 | 107 | 37 | 57 | 506 | 67 | 42 |
| Binary | 10000111 | 100111 | 1011101 | 0 | 1000111 | 11111 | 101111 | 101000110 | 110111 | 100010 |
Color Harmonies of #87275D
Complementary color
Monochromatic Colors of #87275D
Black with #87275D
Text Example
Text Example
White with #87275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87275D; }
p { color: rgb(135,39,93); }
H1.HeaderClassName
{
color: #87275D;
}
.AnyTagClassName
{
color: #87275D;
}
</style>
background-color css
<style>
a { background-color: #87275D; }
a { background-color: rgb(135,39,93); }
div.DivClassName
{
background-color: #87275D;
}
.BgClassName
{
background-color: #87275D;
}
</style>
border-color css
<style>
span { border-color: #87275D; }
span { border-color: rgb(135,39,93); }
td.TdClassName
{
border-color: #87275D;
}
.TagClassName
{
border-color: #87275D;
}
</style>