Shades of Rose Bud Cherry #87345B
Tints of Rose Bud Cherry #87345B
RGB
CMYK
RGB Variations
Color information
#87345B (or 0x87345B) is known color: Rose Bud Cherry. HEX triplet: 87, 34 and 5B. RGB value is (135,52,91). Sum of RGB (Red+Green+Blue) = 135+52+91=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87345B is #78CBA4. Grayscale: #515151. Windows color (decimal): -7916453 or 5977223. OLE color: 5977223.
HSL color Cylindrical-coordinate representation of color #87345B: hue angle of 331.81º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87345B is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 91 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.47 |
| HSL | 331.81º | 0.44% | 0.37% | - |
| HSV(B) | 331.81º | 0.61% | 0.53% | - |
| XYZ | 13.11 | 8.36 | 10.82 | - |
| YUV | 81.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 91 | 0 | 0.61 | 0.33 | 0.47 | 331.81 | 0.44 | 0.37 |
| Hex | 87 | 34 | 5B | 0 | 3D | 21 | 2F | 14C | 2C | 25 |
| Octal | 207 | 64 | 133 | 0 | 75 | 41 | 57 | 514 | 54 | 45 |
| Binary | 10000111 | 110100 | 1011011 | 0 | 111101 | 100001 | 101111 | 101001100 | 101100 | 100101 |
Color Harmonies of #87345B
Complementary color
Monochromatic Colors of #87345B
Black with #87345B
Text Example
Text Example
White with #87345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87345B; }
p { color: rgb(135,52,91); }
H1.HeaderClassName
{
color: #87345B;
}
.AnyTagClassName
{
color: #87345B;
}
</style>
background-color css
<style>
a { background-color: #87345B; }
a { background-color: rgb(135,52,91); }
div.DivClassName
{
background-color: #87345B;
}
.BgClassName
{
background-color: #87345B;
}
</style>
border-color css
<style>
span { border-color: #87345B; }
span { border-color: rgb(135,52,91); }
td.TdClassName
{
border-color: #87345B;
}
.TagClassName
{
border-color: #87345B;
}
</style>