Shades of Rose Bud Cherry #8F2E5C
Tints of Rose Bud Cherry #8F2E5C
RGB
CMYK
RGB Variations
Color information
#8F2E5C (or 0x8F2E5C) is known color: Rose Bud Cherry. HEX triplet: 8F, 2E and 5C. RGB value is (143,46,92). Sum of RGB (Red+Green+Blue) = 143+46+92=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2E5C is #70D1A3. Grayscale: #505050. Windows color (decimal): -7393700 or 6041231. OLE color: 6041231.
HSL color Cylindrical-coordinate representation of color #8F2E5C: hue angle of 331.55º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E5C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 46 | 92 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.44 |
| HSL | 331.55º | 0.51% | 0.37% | - |
| HSV(B) | 331.55º | 0.68% | 0.56% | - |
| XYZ | 14.24 | 8.57 | 11.03 | - |
| YUV | 80.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 92 | 0 | 0.68 | 0.36 | 0.44 | 331.55 | 0.51 | 0.37 |
| Hex | 8F | 2E | 5C | 0 | 44 | 24 | 2C | 14C | 33 | 25 |
| Octal | 217 | 56 | 134 | 0 | 104 | 44 | 54 | 514 | 63 | 45 |
| Binary | 10001111 | 101110 | 1011100 | 0 | 1000100 | 100100 | 101100 | 101001100 | 110011 | 100101 |
Color Harmonies of #8F2E5C
Complementary color
Monochromatic Colors of #8F2E5C
Black with #8F2E5C
Text Example
Text Example
White with #8F2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2E5C; }
p { color: rgb(143,46,92); }
H1.HeaderClassName
{
color: #8F2E5C;
}
.AnyTagClassName
{
color: #8F2E5C;
}
</style>
background-color css
<style>
a { background-color: #8F2E5C; }
a { background-color: rgb(143,46,92); }
div.DivClassName
{
background-color: #8F2E5C;
}
.BgClassName
{
background-color: #8F2E5C;
}
</style>
border-color css
<style>
span { border-color: #8F2E5C; }
span { border-color: rgb(143,46,92); }
td.TdClassName
{
border-color: #8F2E5C;
}
.TagClassName
{
border-color: #8F2E5C;
}
</style>