Shades of Rose Bud Cherry #87275A
Tints of Rose Bud Cherry #87275A
RGB
CMYK
RGB Variations
Color information
#87275A (or 0x87275A) is known color: Rose Bud Cherry. HEX triplet: 87, 27 and 5A. RGB value is (135,39,90). Sum of RGB (Red+Green+Blue) = 135+39+90=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87275A is #78D8A5. Grayscale: #494949. Windows color (decimal): -7919782 or 5908359. OLE color: 5908359.
HSL color Cylindrical-coordinate representation of color #87275A: hue angle of 328.12º 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 #87275A is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 90 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.47 |
| HSL | 328.13º | 0.55% | 0.34% | - |
| HSV(B) | 328.13º | 0.71% | 0.53% | - |
| XYZ | 12.56 | 7.34 | 10.43 | - |
| YUV | 73.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 90 | 0 | 0.71 | 0.33 | 0.47 | 328.13 | 0.55 | 0.34 |
| Hex | 87 | 27 | 5A | 0 | 47 | 21 | 2F | 148 | 37 | 22 |
| Octal | 207 | 47 | 132 | 0 | 107 | 41 | 57 | 510 | 67 | 42 |
| Binary | 10000111 | 100111 | 1011010 | 0 | 1000111 | 100001 | 101111 | 101001000 | 110111 | 100010 |
Color Harmonies of #87275A
Complementary color
Monochromatic Colors of #87275A
Black with #87275A
Text Example
Text Example
White with #87275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87275A; }
p { color: rgb(135,39,90); }
H1.HeaderClassName
{
color: #87275A;
}
.AnyTagClassName
{
color: #87275A;
}
</style>
background-color css
<style>
a { background-color: #87275A; }
a { background-color: rgb(135,39,90); }
div.DivClassName
{
background-color: #87275A;
}
.BgClassName
{
background-color: #87275A;
}
</style>
border-color css
<style>
span { border-color: #87275A; }
span { border-color: rgb(135,39,90); }
td.TdClassName
{
border-color: #87275A;
}
.TagClassName
{
border-color: #87275A;
}
</style>