Shades of Rose Bud Cherry #87275E
Tints of Rose Bud Cherry #87275E
RGB
CMYK
RGB Variations
Color information
#87275E (or 0x87275E) is known color: Rose Bud Cherry. HEX triplet: 87, 27 and 5E. RGB value is (135,39,94). Sum of RGB (Red+Green+Blue) = 135+39+94=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87275E is #78D8A1. Grayscale: #494949. Windows color (decimal): -7919778 or 6170503. OLE color: 6170503.
HSL color Cylindrical-coordinate representation of color #87275E: hue angle of 325.62º 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 #87275E is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 94 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.47 |
| HSL | 325.63º | 0.55% | 0.34% | - |
| HSV(B) | 325.63º | 0.71% | 0.53% | - |
| XYZ | 12.74 | 7.41 | 11.35 | - |
| YUV | 73.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 94 | 0 | 0.71 | 0.30 | 0.47 | 325.63 | 0.55 | 0.34 |
| Hex | 87 | 27 | 5E | 0 | 47 | 1E | 2F | 146 | 37 | 22 |
| Octal | 207 | 47 | 136 | 0 | 107 | 36 | 57 | 506 | 67 | 42 |
| Binary | 10000111 | 100111 | 1011110 | 0 | 1000111 | 11110 | 101111 | 101000110 | 110111 | 100010 |
Color Harmonies of #87275E
Complementary color
Monochromatic Colors of #87275E
Black with #87275E
Text Example
Text Example
White with #87275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87275E; }
p { color: rgb(135,39,94); }
H1.HeaderClassName
{
color: #87275E;
}
.AnyTagClassName
{
color: #87275E;
}
</style>
background-color css
<style>
a { background-color: #87275E; }
a { background-color: rgb(135,39,94); }
div.DivClassName
{
background-color: #87275E;
}
.BgClassName
{
background-color: #87275E;
}
</style>
border-color css
<style>
span { border-color: #87275E; }
span { border-color: rgb(135,39,94); }
td.TdClassName
{
border-color: #87275E;
}
.TagClassName
{
border-color: #87275E;
}
</style>