Shades of Rose Bud Cherry #87315A
Tints of Rose Bud Cherry #87315A
RGB
CMYK
RGB Variations
Color information
#87315A (or 0x87315A) is known color: Rose Bud Cherry. HEX triplet: 87, 31 and 5A. RGB value is (135,49,90). Sum of RGB (Red+Green+Blue) = 135+49+90=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87315A is #78CEA5. Grayscale: #4F4F4F. Windows color (decimal): -7917222 or 5910919. OLE color: 5910919.
HSL color Cylindrical-coordinate representation of color #87315A: hue angle of 331.4º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87315A is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 90 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.47 |
| HSL | 331.4º | 0.47% | 0.36% | - |
| HSV(B) | 331.4º | 0.64% | 0.53% | - |
| XYZ | 12.94 | 8.09 | 10.55 | - |
| YUV | 79.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 90 | 0 | 0.64 | 0.33 | 0.47 | 331.4 | 0.47 | 0.36 |
| Hex | 87 | 31 | 5A | 0 | 40 | 21 | 2F | 14B | 2F | 24 |
| Octal | 207 | 61 | 132 | 0 | 100 | 41 | 57 | 513 | 57 | 44 |
| Binary | 10000111 | 110001 | 1011010 | 0 | 1000000 | 100001 | 101111 | 101001011 | 101111 | 100100 |
Color Harmonies of #87315A
Complementary color
Monochromatic Colors of #87315A
Black with #87315A
Text Example
Text Example
White with #87315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87315A; }
p { color: rgb(135,49,90); }
H1.HeaderClassName
{
color: #87315A;
}
.AnyTagClassName
{
color: #87315A;
}
</style>
background-color css
<style>
a { background-color: #87315A; }
a { background-color: rgb(135,49,90); }
div.DivClassName
{
background-color: #87315A;
}
.BgClassName
{
background-color: #87315A;
}
</style>
border-color css
<style>
span { border-color: #87315A; }
span { border-color: rgb(135,49,90); }
td.TdClassName
{
border-color: #87315A;
}
.TagClassName
{
border-color: #87315A;
}
</style>