Shades of Rose Bud Cherry #8F325C
Tints of Rose Bud Cherry #8F325C
RGB
CMYK
RGB Variations
Color information
#8F325C (or 0x8F325C) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 5C. RGB value is (143,50,92). Sum of RGB (Red+Green+Blue) = 143+50+92=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F325C is #70CDA3. Grayscale: #525252. Windows color (decimal): -7392676 or 6042255. OLE color: 6042255.
HSL color Cylindrical-coordinate representation of color #8F325C: hue angle of 332.9º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F325C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 92 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.44 |
| HSL | 332.9º | 0.48% | 0.38% | - |
| HSV(B) | 332.9º | 0.65% | 0.56% | - |
| XYZ | 14.4 | 8.89 | 11.08 | - |
| YUV | 82.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 92 | 0 | 0.65 | 0.36 | 0.44 | 332.9 | 0.48 | 0.38 |
| Hex | 8F | 32 | 5C | 0 | 41 | 24 | 2C | 14D | 30 | 26 |
| Octal | 217 | 62 | 134 | 0 | 101 | 44 | 54 | 515 | 60 | 46 |
| Binary | 10001111 | 110010 | 1011100 | 0 | 1000001 | 100100 | 101100 | 101001101 | 110000 | 100110 |
Color Harmonies of #8F325C
Complementary color
Monochromatic Colors of #8F325C
Black with #8F325C
Text Example
Text Example
White with #8F325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F325C; }
p { color: rgb(143,50,92); }
H1.HeaderClassName
{
color: #8F325C;
}
.AnyTagClassName
{
color: #8F325C;
}
</style>
background-color css
<style>
a { background-color: #8F325C; }
a { background-color: rgb(143,50,92); }
div.DivClassName
{
background-color: #8F325C;
}
.BgClassName
{
background-color: #8F325C;
}
</style>
border-color css
<style>
span { border-color: #8F325C; }
span { border-color: rgb(143,50,92); }
td.TdClassName
{
border-color: #8F325C;
}
.TagClassName
{
border-color: #8F325C;
}
</style>