Shades of Rose Bud Cherry #8F1652
Tints of Rose Bud Cherry #8F1652
RGB
CMYK
RGB Variations
Color information
#8F1652 (or 0x8F1652) is known color: Rose Bud Cherry. HEX triplet: 8F, 16 and 52. RGB value is (143,22,82). Sum of RGB (Red+Green+Blue) = 143+22+82=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1652 is #70E9AD. Grayscale: #404040. Windows color (decimal): -7399854 or 5379727. OLE color: 5379727.
HSL color Cylindrical-coordinate representation of color #8F1652: hue angle of 330.25º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1652 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 82 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.44 |
| HSL | 330.25º | 0.73% | 0.32% | - |
| HSV(B) | 330.25º | 0.85% | 0.56% | - |
| XYZ | 13.14 | 7.02 | 8.65 | - |
| YUV | 65.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 82 | 0 | 0.85 | 0.43 | 0.44 | 330.25 | 0.73 | 0.32 |
| Hex | 8F | 16 | 52 | 0 | 55 | 2B | 2C | 14A | 49 | 20 |
| Octal | 217 | 26 | 122 | 0 | 125 | 53 | 54 | 512 | 111 | 40 |
| Binary | 10001111 | 10110 | 1010010 | 0 | 1010101 | 101011 | 101100 | 101001010 | 1001001 | 100000 |
Color Harmonies of #8F1652
Complementary color
Monochromatic Colors of #8F1652
Black with #8F1652
Text Example
Text Example
White with #8F1652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1652; }
p { color: rgb(143,22,82); }
H1.HeaderClassName
{
color: #8F1652;
}
.AnyTagClassName
{
color: #8F1652;
}
</style>
background-color css
<style>
a { background-color: #8F1652; }
a { background-color: rgb(143,22,82); }
div.DivClassName
{
background-color: #8F1652;
}
.BgClassName
{
background-color: #8F1652;
}
</style>
border-color css
<style>
span { border-color: #8F1652; }
span { border-color: rgb(143,22,82); }
td.TdClassName
{
border-color: #8F1652;
}
.TagClassName
{
border-color: #8F1652;
}
</style>