Shades of Rose Bud Cherry #8F3A56
Tints of Rose Bud Cherry #8F3A56
RGB
CMYK
RGB Variations
Color information
#8F3A56 (or 0x8F3A56) is known color: Rose Bud Cherry. HEX triplet: 8F, 3A and 56. RGB value is (143,58,86). Sum of RGB (Red+Green+Blue) = 143+58+86=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A56 is #70C5A9. Grayscale: #565656. Windows color (decimal): -7390634 or 5651087. OLE color: 5651087.
HSL color Cylindrical-coordinate representation of color #8F3A56: hue angle of 340.24º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A56 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 86 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.44 |
| HSL | 340.24º | 0.42% | 0.39% | - |
| HSV(B) | 340.24º | 0.59% | 0.56% | - |
| XYZ | 14.52 | 9.54 | 9.88 | - |
| YUV | 86.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 86 | 0 | 0.59 | 0.40 | 0.44 | 340.24 | 0.42 | 0.39 |
| Hex | 8F | 3A | 56 | 0 | 3B | 28 | 2C | 154 | 2A | 27 |
| Octal | 217 | 72 | 126 | 0 | 73 | 50 | 54 | 524 | 52 | 47 |
| Binary | 10001111 | 111010 | 1010110 | 0 | 111011 | 101000 | 101100 | 101010100 | 101010 | 100111 |
Color Harmonies of #8F3A56
Complementary color
Monochromatic Colors of #8F3A56
Black with #8F3A56
Text Example
Text Example
White with #8F3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A56; }
p { color: rgb(143,58,86); }
H1.HeaderClassName
{
color: #8F3A56;
}
.AnyTagClassName
{
color: #8F3A56;
}
</style>
background-color css
<style>
a { background-color: #8F3A56; }
a { background-color: rgb(143,58,86); }
div.DivClassName
{
background-color: #8F3A56;
}
.BgClassName
{
background-color: #8F3A56;
}
</style>
border-color css
<style>
span { border-color: #8F3A56; }
span { border-color: rgb(143,58,86); }
td.TdClassName
{
border-color: #8F3A56;
}
.TagClassName
{
border-color: #8F3A56;
}
</style>