Shades of Rose Bud Cherry #8F2054
Tints of Rose Bud Cherry #8F2054
RGB
CMYK
RGB Variations
Color information
#8F2054 (or 0x8F2054) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 54. RGB value is (143,32,84). Sum of RGB (Red+Green+Blue) = 143+32+84=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2054 is #70DFAB. Grayscale: #474747. Windows color (decimal): -7397292 or 5513359. OLE color: 5513359.
HSL color Cylindrical-coordinate representation of color #8F2054: hue angle of 331.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2054 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 84 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.44 |
| HSL | 331.89º | 0.63% | 0.34% | - |
| HSV(B) | 331.89º | 0.78% | 0.56% | - |
| XYZ | 13.44 | 7.51 | 9.13 | - |
| YUV | 71.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 84 | 0 | 0.78 | 0.41 | 0.44 | 331.89 | 0.63 | 0.34 |
| Hex | 8F | 20 | 54 | 0 | 4E | 29 | 2C | 14C | 3F | 22 |
| Octal | 217 | 40 | 124 | 0 | 116 | 51 | 54 | 514 | 77 | 42 |
| Binary | 10001111 | 100000 | 1010100 | 0 | 1001110 | 101001 | 101100 | 101001100 | 111111 | 100010 |
Color Harmonies of #8F2054
Complementary color
Monochromatic Colors of #8F2054
Black with #8F2054
Text Example
Text Example
White with #8F2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2054; }
p { color: rgb(143,32,84); }
H1.HeaderClassName
{
color: #8F2054;
}
.AnyTagClassName
{
color: #8F2054;
}
</style>
background-color css
<style>
a { background-color: #8F2054; }
a { background-color: rgb(143,32,84); }
div.DivClassName
{
background-color: #8F2054;
}
.BgClassName
{
background-color: #8F2054;
}
</style>
border-color css
<style>
span { border-color: #8F2054; }
span { border-color: rgb(143,32,84); }
td.TdClassName
{
border-color: #8F2054;
}
.TagClassName
{
border-color: #8F2054;
}
</style>