Shades of Rose Bud Cherry #8F1856
Tints of Rose Bud Cherry #8F1856
RGB
CMYK
RGB Variations
Color information
#8F1856 (or 0x8F1856) is known color: Rose Bud Cherry. HEX triplet: 8F, 18 and 56. RGB value is (143,24,86). Sum of RGB (Red+Green+Blue) = 143+24+86=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1856 is #70E7A9. Grayscale: #424242. Windows color (decimal): -7399338 or 5642383. OLE color: 5642383.
HSL color Cylindrical-coordinate representation of color #8F1856: hue angle of 328.74º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1856 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 86 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.44 |
| HSL | 328.74º | 0.71% | 0.33% | - |
| HSV(B) | 328.74º | 0.83% | 0.56% | - |
| XYZ | 13.33 | 7.16 | 9.48 | - |
| YUV | 66.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 86 | 0 | 0.83 | 0.40 | 0.44 | 328.74 | 0.71 | 0.33 |
| Hex | 8F | 18 | 56 | 0 | 53 | 28 | 2C | 149 | 47 | 21 |
| Octal | 217 | 30 | 126 | 0 | 123 | 50 | 54 | 511 | 107 | 41 |
| Binary | 10001111 | 11000 | 1010110 | 0 | 1010011 | 101000 | 101100 | 101001001 | 1000111 | 100001 |
Color Harmonies of #8F1856
Complementary color
Monochromatic Colors of #8F1856
Black with #8F1856
Text Example
Text Example
White with #8F1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1856; }
p { color: rgb(143,24,86); }
H1.HeaderClassName
{
color: #8F1856;
}
.AnyTagClassName
{
color: #8F1856;
}
</style>
background-color css
<style>
a { background-color: #8F1856; }
a { background-color: rgb(143,24,86); }
div.DivClassName
{
background-color: #8F1856;
}
.BgClassName
{
background-color: #8F1856;
}
</style>
border-color css
<style>
span { border-color: #8F1856; }
span { border-color: rgb(143,24,86); }
td.TdClassName
{
border-color: #8F1856;
}
.TagClassName
{
border-color: #8F1856;
}
</style>