Shades of Rose Bud Cherry #8F2C53
Tints of Rose Bud Cherry #8F2C53
RGB
CMYK
RGB Variations
Color information
#8F2C53 (or 0x8F2C53) is known color: Rose Bud Cherry. HEX triplet: 8F, 2C and 53. RGB value is (143,44,83). Sum of RGB (Red+Green+Blue) = 143+44+83=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2C53 is #70D3AC. Grayscale: #4D4D4D. Windows color (decimal): -7394221 or 5450895. OLE color: 5450895.
HSL color Cylindrical-coordinate representation of color #8F2C53: hue angle of 336.36º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2C53 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 44 | 83 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.44 |
| HSL | 336.36º | 0.53% | 0.37% | - |
| HSV(B) | 336.36º | 0.69% | 0.56% | - |
| XYZ | 13.79 | 8.27 | 9.05 | - |
| YUV | 78.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 83 | 0 | 0.69 | 0.42 | 0.44 | 336.36 | 0.53 | 0.37 |
| Hex | 8F | 2C | 53 | 0 | 45 | 2A | 2C | 150 | 35 | 25 |
| Octal | 217 | 54 | 123 | 0 | 105 | 52 | 54 | 520 | 65 | 45 |
| Binary | 10001111 | 101100 | 1010011 | 0 | 1000101 | 101010 | 101100 | 101010000 | 110101 | 100101 |
Color Harmonies of #8F2C53
Complementary color
Monochromatic Colors of #8F2C53
Black with #8F2C53
Text Example
Text Example
White with #8F2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2C53; }
p { color: rgb(143,44,83); }
H1.HeaderClassName
{
color: #8F2C53;
}
.AnyTagClassName
{
color: #8F2C53;
}
</style>
background-color css
<style>
a { background-color: #8F2C53; }
a { background-color: rgb(143,44,83); }
div.DivClassName
{
background-color: #8F2C53;
}
.BgClassName
{
background-color: #8F2C53;
}
</style>
border-color css
<style>
span { border-color: #8F2C53; }
span { border-color: rgb(143,44,83); }
td.TdClassName
{
border-color: #8F2C53;
}
.TagClassName
{
border-color: #8F2C53;
}
</style>