Shades of Rose Bud Cherry #8F154E
Tints of Rose Bud Cherry #8F154E
RGB
CMYK
RGB Variations
Color information
#8F154E (or 0x8F154E) is known color: Rose Bud Cherry. HEX triplet: 8F, 15 and 4E. RGB value is (143,21,78). Sum of RGB (Red+Green+Blue) = 143+21+78=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F154E is #70EAB1. Grayscale: #3F3F3F. Windows color (decimal): -7400114 or 5117327. OLE color: 5117327.
HSL color Cylindrical-coordinate representation of color #8F154E: hue angle of 331.97º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F154E is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 78 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.44 |
| HSL | 331.97º | 0.74% | 0.32% | - |
| HSV(B) | 331.97º | 0.85% | 0.56% | - |
| XYZ | 12.97 | 6.93 | 7.86 | - |
| YUV | 63.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 78 | 0 | 0.85 | 0.45 | 0.44 | 331.97 | 0.74 | 0.32 |
| Hex | 8F | 15 | 4E | 0 | 55 | 2D | 2C | 14C | 4A | 20 |
| Octal | 217 | 25 | 116 | 0 | 125 | 55 | 54 | 514 | 112 | 40 |
| Binary | 10001111 | 10101 | 1001110 | 0 | 1010101 | 101101 | 101100 | 101001100 | 1001010 | 100000 |
Color Harmonies of #8F154E
Complementary color
Monochromatic Colors of #8F154E
Black with #8F154E
Text Example
Text Example
White with #8F154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F154E; }
p { color: rgb(143,21,78); }
H1.HeaderClassName
{
color: #8F154E;
}
.AnyTagClassName
{
color: #8F154E;
}
</style>
background-color css
<style>
a { background-color: #8F154E; }
a { background-color: rgb(143,21,78); }
div.DivClassName
{
background-color: #8F154E;
}
.BgClassName
{
background-color: #8F154E;
}
</style>
border-color css
<style>
span { border-color: #8F154E; }
span { border-color: rgb(143,21,78); }
td.TdClassName
{
border-color: #8F154E;
}
.TagClassName
{
border-color: #8F154E;
}
</style>