Shades of Rose Bud Cherry #8F1D4F
Tints of Rose Bud Cherry #8F1D4F
RGB
CMYK
RGB Variations
Color information
#8F1D4F (or 0x8F1D4F) is known color: Rose Bud Cherry. HEX triplet: 8F, 1D and 4F. RGB value is (143,29,79). Sum of RGB (Red+Green+Blue) = 143+29+79=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1D4F is #70E2B0. Grayscale: #444444. Windows color (decimal): -7398065 or 5184911. OLE color: 5184911.
HSL color Cylindrical-coordinate representation of color #8F1D4F: hue angle of 333.68º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1D4F is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 29 | 79 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.44 |
| HSL | 333.68º | 0.66% | 0.34% | - |
| HSV(B) | 333.68º | 0.8% | 0.56% | - |
| XYZ | 13.18 | 7.28 | 8.11 | - |
| YUV | 68.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 79 | 0 | 0.80 | 0.45 | 0.44 | 333.68 | 0.66 | 0.34 |
| Hex | 8F | 1D | 4F | 0 | 50 | 2D | 2C | 14E | 42 | 22 |
| Octal | 217 | 35 | 117 | 0 | 120 | 55 | 54 | 516 | 102 | 42 |
| Binary | 10001111 | 11101 | 1001111 | 0 | 1010000 | 101101 | 101100 | 101001110 | 1000010 | 100010 |
Color Harmonies of #8F1D4F
Complementary color
Monochromatic Colors of #8F1D4F
Black with #8F1D4F
Text Example
Text Example
White with #8F1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1D4F; }
p { color: rgb(143,29,79); }
H1.HeaderClassName
{
color: #8F1D4F;
}
.AnyTagClassName
{
color: #8F1D4F;
}
</style>
background-color css
<style>
a { background-color: #8F1D4F; }
a { background-color: rgb(143,29,79); }
div.DivClassName
{
background-color: #8F1D4F;
}
.BgClassName
{
background-color: #8F1D4F;
}
</style>
border-color css
<style>
span { border-color: #8F1D4F; }
span { border-color: rgb(143,29,79); }
td.TdClassName
{
border-color: #8F1D4F;
}
.TagClassName
{
border-color: #8F1D4F;
}
</style>