Shades of Rose Bud Cherry #8F1E4D
Tints of Rose Bud Cherry #8F1E4D
RGB
CMYK
RGB Variations
Color information
#8F1E4D (or 0x8F1E4D) is known color: Rose Bud Cherry. HEX triplet: 8F, 1E and 4D. RGB value is (143,30,77). Sum of RGB (Red+Green+Blue) = 143+30+77=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1E4D is #70E1B2. Grayscale: #454545. Windows color (decimal): -7397811 or 5054095. OLE color: 5054095.
HSL color Cylindrical-coordinate representation of color #8F1E4D: hue angle of 335.04º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F1E4D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 30 | 77 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.44 |
| HSL | 335.04º | 0.65% | 0.34% | - |
| HSV(B) | 335.04º | 0.79% | 0.56% | - |
| XYZ | 13.13 | 7.3 | 7.74 | - |
| YUV | 69.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 77 | 0 | 0.79 | 0.46 | 0.44 | 335.04 | 0.65 | 0.34 |
| Hex | 8F | 1E | 4D | 0 | 4F | 2E | 2C | 14F | 41 | 22 |
| Octal | 217 | 36 | 115 | 0 | 117 | 56 | 54 | 517 | 101 | 42 |
| Binary | 10001111 | 11110 | 1001101 | 0 | 1001111 | 101110 | 101100 | 101001111 | 1000001 | 100010 |
Color Harmonies of #8F1E4D
Complementary color
Monochromatic Colors of #8F1E4D
Black with #8F1E4D
Text Example
Text Example
White with #8F1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1E4D; }
p { color: rgb(143,30,77); }
H1.HeaderClassName
{
color: #8F1E4D;
}
.AnyTagClassName
{
color: #8F1E4D;
}
</style>
background-color css
<style>
a { background-color: #8F1E4D; }
a { background-color: rgb(143,30,77); }
div.DivClassName
{
background-color: #8F1E4D;
}
.BgClassName
{
background-color: #8F1E4D;
}
</style>
border-color css
<style>
span { border-color: #8F1E4D; }
span { border-color: rgb(143,30,77); }
td.TdClassName
{
border-color: #8F1E4D;
}
.TagClassName
{
border-color: #8F1E4D;
}
</style>