Shades of Rose Bud Cherry #8F174C
Tints of Rose Bud Cherry #8F174C
RGB
CMYK
RGB Variations
Color information
#8F174C (or 0x8F174C) is known color: Rose Bud Cherry. HEX triplet: 8F, 17 and 4C. RGB value is (143,23,76). Sum of RGB (Red+Green+Blue) = 143+23+76=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F174C is #70E8B3. Grayscale: #404040. Windows color (decimal): -7399604 or 4986767. OLE color: 4986767.
HSL color Cylindrical-coordinate representation of color #8F174C: hue angle of 333.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F174C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 76 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.44 |
| HSL | 333.5º | 0.72% | 0.33% | - |
| HSV(B) | 333.5º | 0.84% | 0.56% | - |
| XYZ | 12.94 | 6.97 | 7.5 | - |
| YUV | 64.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 76 | 0 | 0.84 | 0.47 | 0.44 | 333.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 4C | 0 | 54 | 2F | 2C | 14E | 48 | 21 |
| Octal | 217 | 27 | 114 | 0 | 124 | 57 | 54 | 516 | 110 | 41 |
| Binary | 10001111 | 10111 | 1001100 | 0 | 1010100 | 101111 | 101100 | 101001110 | 1001000 | 100001 |
Color Harmonies of #8F174C
Complementary color
Monochromatic Colors of #8F174C
Black with #8F174C
Text Example
Text Example
White with #8F174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F174C; }
p { color: rgb(143,23,76); }
H1.HeaderClassName
{
color: #8F174C;
}
.AnyTagClassName
{
color: #8F174C;
}
</style>
background-color css
<style>
a { background-color: #8F174C; }
a { background-color: rgb(143,23,76); }
div.DivClassName
{
background-color: #8F174C;
}
.BgClassName
{
background-color: #8F174C;
}
</style>
border-color css
<style>
span { border-color: #8F174C; }
span { border-color: rgb(143,23,76); }
td.TdClassName
{
border-color: #8F174C;
}
.TagClassName
{
border-color: #8F174C;
}
</style>