Shades of Rose Bud Cherry #8F3059
Tints of Rose Bud Cherry #8F3059
RGB
CMYK
RGB Variations
Color information
#8F3059 (or 0x8F3059) is known color: Rose Bud Cherry. HEX triplet: 8F, 30 and 59. RGB value is (143,48,89). Sum of RGB (Red+Green+Blue) = 143+48+89=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3059 is #70CFA6. Grayscale: #515151. Windows color (decimal): -7393191 or 5845135. OLE color: 5845135.
HSL color Cylindrical-coordinate representation of color #8F3059: hue angle of 334.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3059 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 89 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.44 |
| HSL | 334.11º | 0.5% | 0.37% | - |
| HSV(B) | 334.11º | 0.66% | 0.56% | - |
| XYZ | 14.19 | 8.67 | 10.38 | - |
| YUV | 81.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 89 | 0 | 0.66 | 0.38 | 0.44 | 334.11 | 0.5 | 0.37 |
| Hex | 8F | 30 | 59 | 0 | 42 | 26 | 2C | 14E | 32 | 25 |
| Octal | 217 | 60 | 131 | 0 | 102 | 46 | 54 | 516 | 62 | 45 |
| Binary | 10001111 | 110000 | 1011001 | 0 | 1000010 | 100110 | 101100 | 101001110 | 110010 | 100101 |
Color Harmonies of #8F3059
Complementary color
Monochromatic Colors of #8F3059
Black with #8F3059
Text Example
Text Example
White with #8F3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3059; }
p { color: rgb(143,48,89); }
H1.HeaderClassName
{
color: #8F3059;
}
.AnyTagClassName
{
color: #8F3059;
}
</style>
background-color css
<style>
a { background-color: #8F3059; }
a { background-color: rgb(143,48,89); }
div.DivClassName
{
background-color: #8F3059;
}
.BgClassName
{
background-color: #8F3059;
}
</style>
border-color css
<style>
span { border-color: #8F3059; }
span { border-color: rgb(143,48,89); }
td.TdClassName
{
border-color: #8F3059;
}
.TagClassName
{
border-color: #8F3059;
}
</style>