Shades of Rose Bud Cherry #8F134E
Tints of Rose Bud Cherry #8F134E
RGB
CMYK
RGB Variations
Color information
#8F134E (or 0x8F134E) is known color: Rose Bud Cherry. HEX triplet: 8F, 13 and 4E. RGB value is (143,19,78). Sum of RGB (Red+Green+Blue) = 143+19+78=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F134E is #70ECB1. Grayscale: #3E3E3E. Windows color (decimal): -7400626 or 5116815. OLE color: 5116815.
HSL color Cylindrical-coordinate representation of color #8F134E: hue angle of 331.45º 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 #8F134E is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 78 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.44 |
| HSL | 331.45º | 0.77% | 0.32% | - |
| HSV(B) | 331.45º | 0.87% | 0.56% | - |
| XYZ | 12.94 | 6.86 | 7.85 | - |
| YUV | 62.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 78 | 0 | 0.87 | 0.45 | 0.44 | 331.45 | 0.77 | 0.32 |
| Hex | 8F | 13 | 4E | 0 | 57 | 2D | 2C | 14B | 4D | 20 |
| Octal | 217 | 23 | 116 | 0 | 127 | 55 | 54 | 513 | 115 | 40 |
| Binary | 10001111 | 10011 | 1001110 | 0 | 1010111 | 101101 | 101100 | 101001011 | 1001101 | 100000 |
Color Harmonies of #8F134E
Complementary color
Monochromatic Colors of #8F134E
Black with #8F134E
Text Example
Text Example
White with #8F134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F134E; }
p { color: rgb(143,19,78); }
H1.HeaderClassName
{
color: #8F134E;
}
.AnyTagClassName
{
color: #8F134E;
}
</style>
background-color css
<style>
a { background-color: #8F134E; }
a { background-color: rgb(143,19,78); }
div.DivClassName
{
background-color: #8F134E;
}
.BgClassName
{
background-color: #8F134E;
}
</style>
border-color css
<style>
span { border-color: #8F134E; }
span { border-color: rgb(143,19,78); }
td.TdClassName
{
border-color: #8F134E;
}
.TagClassName
{
border-color: #8F134E;
}
</style>