Shades of Rose Bud Cherry #8F1C5F
Tints of Rose Bud Cherry #8F1C5F
RGB
CMYK
RGB Variations
Color information
#8F1C5F (or 0x8F1C5F) is known color: Rose Bud Cherry. HEX triplet: 8F, 1C and 5F. RGB value is (143,28,95). Sum of RGB (Red+Green+Blue) = 143+28+95=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1C5F is #70E3A0. Grayscale: #454545. Windows color (decimal): -7398305 or 6233231. OLE color: 6233231.
HSL color Cylindrical-coordinate representation of color #8F1C5F: hue angle of 325.04º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C5F is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 28 | 95 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.44 |
| HSL | 325.04º | 0.67% | 0.34% | - |
| HSV(B) | 325.04º | 0.8% | 0.56% | - |
| XYZ | 13.81 | 7.5 | 11.55 | - |
| YUV | 70.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 95 | 0 | 0.80 | 0.34 | 0.44 | 325.04 | 0.67 | 0.34 |
| Hex | 8F | 1C | 5F | 0 | 50 | 22 | 2C | 145 | 43 | 22 |
| Octal | 217 | 34 | 137 | 0 | 120 | 42 | 54 | 505 | 103 | 42 |
| Binary | 10001111 | 11100 | 1011111 | 0 | 1010000 | 100010 | 101100 | 101000101 | 1000011 | 100010 |
Color Harmonies of #8F1C5F
Complementary color
Monochromatic Colors of #8F1C5F
Black with #8F1C5F
Text Example
Text Example
White with #8F1C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1C5F; }
p { color: rgb(143,28,95); }
H1.HeaderClassName
{
color: #8F1C5F;
}
.AnyTagClassName
{
color: #8F1C5F;
}
</style>
background-color css
<style>
a { background-color: #8F1C5F; }
a { background-color: rgb(143,28,95); }
div.DivClassName
{
background-color: #8F1C5F;
}
.BgClassName
{
background-color: #8F1C5F;
}
</style>
border-color css
<style>
span { border-color: #8F1C5F; }
span { border-color: rgb(143,28,95); }
td.TdClassName
{
border-color: #8F1C5F;
}
.TagClassName
{
border-color: #8F1C5F;
}
</style>