Shades of Rose Bud Cherry #8F3553
Tints of Rose Bud Cherry #8F3553
RGB
CMYK
RGB Variations
Color information
#8F3553 (or 0x8F3553) is known color: Rose Bud Cherry. HEX triplet: 8F, 35 and 53. RGB value is (143,53,83). Sum of RGB (Red+Green+Blue) = 143+53+83=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3553 is #70CAAC. Grayscale: #535353. Windows color (decimal): -7391917 or 5453199. OLE color: 5453199.
HSL color Cylindrical-coordinate representation of color #8F3553: hue angle of 340º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3553 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 83 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.44 |
| HSL | 340º | 0.46% | 0.38% | - |
| HSV(B) | 340º | 0.63% | 0.56% | - |
| XYZ | 14.16 | 9.01 | 9.18 | - |
| YUV | 83.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 83 | 0 | 0.63 | 0.42 | 0.44 | 340 | 0.46 | 0.38 |
| Hex | 8F | 35 | 53 | 0 | 3F | 2A | 2C | 154 | 2E | 26 |
| Octal | 217 | 65 | 123 | 0 | 77 | 52 | 54 | 524 | 56 | 46 |
| Binary | 10001111 | 110101 | 1010011 | 0 | 111111 | 101010 | 101100 | 101010100 | 101110 | 100110 |
Color Harmonies of #8F3553
Complementary color
Monochromatic Colors of #8F3553
Black with #8F3553
Text Example
Text Example
White with #8F3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3553; }
p { color: rgb(143,53,83); }
H1.HeaderClassName
{
color: #8F3553;
}
.AnyTagClassName
{
color: #8F3553;
}
</style>
background-color css
<style>
a { background-color: #8F3553; }
a { background-color: rgb(143,53,83); }
div.DivClassName
{
background-color: #8F3553;
}
.BgClassName
{
background-color: #8F3553;
}
</style>
border-color css
<style>
span { border-color: #8F3553; }
span { border-color: rgb(143,53,83); }
td.TdClassName
{
border-color: #8F3553;
}
.TagClassName
{
border-color: #8F3553;
}
</style>