Shades of Rose Bud Cherry #8F1F5C
Tints of Rose Bud Cherry #8F1F5C
RGB
CMYK
RGB Variations
Color information
#8F1F5C (or 0x8F1F5C) is known color: Rose Bud Cherry. HEX triplet: 8F, 1F and 5C. RGB value is (143,31,92). Sum of RGB (Red+Green+Blue) = 143+31+92=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1F5C is #70E0A3. Grayscale: #474747. Windows color (decimal): -7397540 or 6037391. OLE color: 6037391.
HSL color Cylindrical-coordinate representation of color #8F1F5C: hue angle of 327.32º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F5C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 31 | 92 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.44 |
| HSL | 327.32º | 0.64% | 0.34% | - |
| HSV(B) | 327.32º | 0.78% | 0.56% | - |
| XYZ | 13.75 | 7.59 | 10.87 | - |
| YUV | 71.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 92 | 0 | 0.78 | 0.36 | 0.44 | 327.32 | 0.64 | 0.34 |
| Hex | 8F | 1F | 5C | 0 | 4E | 24 | 2C | 147 | 40 | 22 |
| Octal | 217 | 37 | 134 | 0 | 116 | 44 | 54 | 507 | 100 | 42 |
| Binary | 10001111 | 11111 | 1011100 | 0 | 1001110 | 100100 | 101100 | 101000111 | 1000000 | 100010 |
Color Harmonies of #8F1F5C
Complementary color
Monochromatic Colors of #8F1F5C
Black with #8F1F5C
Text Example
Text Example
White with #8F1F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1F5C; }
p { color: rgb(143,31,92); }
H1.HeaderClassName
{
color: #8F1F5C;
}
.AnyTagClassName
{
color: #8F1F5C;
}
</style>
background-color css
<style>
a { background-color: #8F1F5C; }
a { background-color: rgb(143,31,92); }
div.DivClassName
{
background-color: #8F1F5C;
}
.BgClassName
{
background-color: #8F1F5C;
}
</style>
border-color css
<style>
span { border-color: #8F1F5C; }
span { border-color: rgb(143,31,92); }
td.TdClassName
{
border-color: #8F1F5C;
}
.TagClassName
{
border-color: #8F1F5C;
}
</style>