Shades of Rose Bud Cherry #8F134F
Tints of Rose Bud Cherry #8F134F
RGB
CMYK
RGB Variations
Color information
#8F134F (or 0x8F134F) is known color: Rose Bud Cherry. HEX triplet: 8F, 13 and 4F. RGB value is (143,19,79). Sum of RGB (Red+Green+Blue) = 143+19+79=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F134F is #70ECB0. Grayscale: #3E3E3E. Windows color (decimal): -7400625 or 5182351. OLE color: 5182351.
HSL color Cylindrical-coordinate representation of color #8F134F: hue angle of 330.97º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F134F is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 79 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.44 |
| HSL | 330.97º | 0.77% | 0.32% | - |
| HSV(B) | 330.97º | 0.87% | 0.56% | - |
| XYZ | 12.97 | 6.87 | 8.04 | - |
| YUV | 62.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 79 | 0 | 0.87 | 0.45 | 0.44 | 330.97 | 0.77 | 0.32 |
| Hex | 8F | 13 | 4F | 0 | 57 | 2D | 2C | 14B | 4D | 20 |
| Octal | 217 | 23 | 117 | 0 | 127 | 55 | 54 | 513 | 115 | 40 |
| Binary | 10001111 | 10011 | 1001111 | 0 | 1010111 | 101101 | 101100 | 101001011 | 1001101 | 100000 |
Color Harmonies of #8F134F
Complementary color
Monochromatic Colors of #8F134F
Black with #8F134F
Text Example
Text Example
White with #8F134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F134F; }
p { color: rgb(143,19,79); }
H1.HeaderClassName
{
color: #8F134F;
}
.AnyTagClassName
{
color: #8F134F;
}
</style>
background-color css
<style>
a { background-color: #8F134F; }
a { background-color: rgb(143,19,79); }
div.DivClassName
{
background-color: #8F134F;
}
.BgClassName
{
background-color: #8F134F;
}
</style>
border-color css
<style>
span { border-color: #8F134F; }
span { border-color: rgb(143,19,79); }
td.TdClassName
{
border-color: #8F134F;
}
.TagClassName
{
border-color: #8F134F;
}
</style>