Shades of Rose Bud Cherry #8F134D
Tints of Rose Bud Cherry #8F134D
RGB
CMYK
RGB Variations
Color information
#8F134D (or 0x8F134D) is known color: Rose Bud Cherry. HEX triplet: 8F, 13 and 4D. RGB value is (143,19,77). Sum of RGB (Red+Green+Blue) = 143+19+77=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F134D is #70ECB2. Grayscale: #3E3E3E. Windows color (decimal): -7400627 or 5051279. OLE color: 5051279.
HSL color Cylindrical-coordinate representation of color #8F134D: hue angle of 331.94º 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 #8F134D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 77 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.44 |
| HSL | 331.94º | 0.77% | 0.32% | - |
| HSV(B) | 331.94º | 0.87% | 0.56% | - |
| XYZ | 12.9 | 6.84 | 7.66 | - |
| YUV | 62.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 77 | 0 | 0.87 | 0.46 | 0.44 | 331.94 | 0.77 | 0.32 |
| Hex | 8F | 13 | 4D | 0 | 57 | 2E | 2C | 14C | 4D | 20 |
| Octal | 217 | 23 | 115 | 0 | 127 | 56 | 54 | 514 | 115 | 40 |
| Binary | 10001111 | 10011 | 1001101 | 0 | 1010111 | 101110 | 101100 | 101001100 | 1001101 | 100000 |
Color Harmonies of #8F134D
Complementary color
Monochromatic Colors of #8F134D
Black with #8F134D
Text Example
Text Example
White with #8F134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F134D; }
p { color: rgb(143,19,77); }
H1.HeaderClassName
{
color: #8F134D;
}
.AnyTagClassName
{
color: #8F134D;
}
</style>
background-color css
<style>
a { background-color: #8F134D; }
a { background-color: rgb(143,19,77); }
div.DivClassName
{
background-color: #8F134D;
}
.BgClassName
{
background-color: #8F134D;
}
</style>
border-color css
<style>
span { border-color: #8F134D; }
span { border-color: rgb(143,19,77); }
td.TdClassName
{
border-color: #8F134D;
}
.TagClassName
{
border-color: #8F134D;
}
</style>