Shades of Rose Bud Cherry #8F174F
Tints of Rose Bud Cherry #8F174F
RGB
CMYK
RGB Variations
Color information
#8F174F (or 0x8F174F) is known color: Rose Bud Cherry. HEX triplet: 8F, 17 and 4F. RGB value is (143,23,79). Sum of RGB (Red+Green+Blue) = 143+23+79=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F174F is #70E8B0. Grayscale: #414141. Windows color (decimal): -7399601 or 5183375. OLE color: 5183375.
HSL color Cylindrical-coordinate representation of color #8F174F: hue angle of 332º 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 #8F174F is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 79 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.44 |
| HSL | 332º | 0.72% | 0.33% | - |
| HSV(B) | 332º | 0.84% | 0.56% | - |
| XYZ | 13.05 | 7.02 | 8.06 | - |
| YUV | 65.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 79 | 0 | 0.84 | 0.45 | 0.44 | 332 | 0.72 | 0.33 |
| Hex | 8F | 17 | 4F | 0 | 54 | 2D | 2C | 14C | 48 | 21 |
| Octal | 217 | 27 | 117 | 0 | 124 | 55 | 54 | 514 | 110 | 41 |
| Binary | 10001111 | 10111 | 1001111 | 0 | 1010100 | 101101 | 101100 | 101001100 | 1001000 | 100001 |
Color Harmonies of #8F174F
Complementary color
Monochromatic Colors of #8F174F
Black with #8F174F
Text Example
Text Example
White with #8F174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F174F; }
p { color: rgb(143,23,79); }
H1.HeaderClassName
{
color: #8F174F;
}
.AnyTagClassName
{
color: #8F174F;
}
</style>
background-color css
<style>
a { background-color: #8F174F; }
a { background-color: rgb(143,23,79); }
div.DivClassName
{
background-color: #8F174F;
}
.BgClassName
{
background-color: #8F174F;
}
</style>
border-color css
<style>
span { border-color: #8F174F; }
span { border-color: rgb(143,23,79); }
td.TdClassName
{
border-color: #8F174F;
}
.TagClassName
{
border-color: #8F174F;
}
</style>