Shades of Rose Bud Cherry #87265A
Tints of Rose Bud Cherry #87265A
RGB
CMYK
RGB Variations
Color information
#87265A (or 0x87265A) is known color: Rose Bud Cherry. HEX triplet: 87, 26 and 5A. RGB value is (135,38,90). Sum of RGB (Red+Green+Blue) = 135+38+90=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87265A is #78D9A5. Grayscale: #484848. Windows color (decimal): -7920038 or 5908103. OLE color: 5908103.
HSL color Cylindrical-coordinate representation of color #87265A: hue angle of 327.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87265A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 90 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.47 |
| HSL | 327.84º | 0.56% | 0.34% | - |
| HSV(B) | 327.84º | 0.72% | 0.53% | - |
| XYZ | 12.53 | 7.28 | 10.42 | - |
| YUV | 72.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 90 | 0 | 0.72 | 0.33 | 0.47 | 327.84 | 0.56 | 0.34 |
| Hex | 87 | 26 | 5A | 0 | 48 | 21 | 2F | 148 | 38 | 22 |
| Octal | 207 | 46 | 132 | 0 | 110 | 41 | 57 | 510 | 70 | 42 |
| Binary | 10000111 | 100110 | 1011010 | 0 | 1001000 | 100001 | 101111 | 101001000 | 111000 | 100010 |
Color Harmonies of #87265A
Complementary color
Monochromatic Colors of #87265A
Black with #87265A
Text Example
Text Example
White with #87265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87265A; }
p { color: rgb(135,38,90); }
H1.HeaderClassName
{
color: #87265A;
}
.AnyTagClassName
{
color: #87265A;
}
</style>
background-color css
<style>
a { background-color: #87265A; }
a { background-color: rgb(135,38,90); }
div.DivClassName
{
background-color: #87265A;
}
.BgClassName
{
background-color: #87265A;
}
</style>
border-color css
<style>
span { border-color: #87265A; }
span { border-color: rgb(135,38,90); }
td.TdClassName
{
border-color: #87265A;
}
.TagClassName
{
border-color: #87265A;
}
</style>