Shades of Rose Bud Cherry #8F2957
Tints of Rose Bud Cherry #8F2957
RGB
CMYK
RGB Variations
Color information
#8F2957 (or 0x8F2957) is known color: Rose Bud Cherry. HEX triplet: 8F, 29 and 57. RGB value is (143,41,87). Sum of RGB (Red+Green+Blue) = 143+41+87=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2957 is #70D6A8. Grayscale: #4C4C4C. Windows color (decimal): -7394985 or 5712271. OLE color: 5712271.
HSL color Cylindrical-coordinate representation of color #8F2957: hue angle of 332.94º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2957 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 87 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.44 |
| HSL | 332.94º | 0.55% | 0.36% | - |
| HSV(B) | 332.94º | 0.71% | 0.56% | - |
| XYZ | 13.84 | 8.11 | 9.85 | - |
| YUV | 76.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 87 | 0 | 0.71 | 0.39 | 0.44 | 332.94 | 0.55 | 0.36 |
| Hex | 8F | 29 | 57 | 0 | 47 | 27 | 2C | 14D | 37 | 24 |
| Octal | 217 | 51 | 127 | 0 | 107 | 47 | 54 | 515 | 67 | 44 |
| Binary | 10001111 | 101001 | 1010111 | 0 | 1000111 | 100111 | 101100 | 101001101 | 110111 | 100100 |
Color Harmonies of #8F2957
Complementary color
Monochromatic Colors of #8F2957
Black with #8F2957
Text Example
Text Example
White with #8F2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2957; }
p { color: rgb(143,41,87); }
H1.HeaderClassName
{
color: #8F2957;
}
.AnyTagClassName
{
color: #8F2957;
}
</style>
background-color css
<style>
a { background-color: #8F2957; }
a { background-color: rgb(143,41,87); }
div.DivClassName
{
background-color: #8F2957;
}
.BgClassName
{
background-color: #8F2957;
}
</style>
border-color css
<style>
span { border-color: #8F2957; }
span { border-color: rgb(143,41,87); }
td.TdClassName
{
border-color: #8F2957;
}
.TagClassName
{
border-color: #8F2957;
}
</style>