Shades of Rose Bud Cherry #8F325D
Tints of Rose Bud Cherry #8F325D
RGB
CMYK
RGB Variations
Color information
#8F325D (or 0x8F325D) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 5D. RGB value is (143,50,93). Sum of RGB (Red+Green+Blue) = 143+50+93=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F325D is #70CDA2. Grayscale: #525252. Windows color (decimal): -7392675 or 6107791. OLE color: 6107791.
HSL color Cylindrical-coordinate representation of color #8F325D: hue angle of 332.26º 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 #8F325D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 93 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.44 |
| HSL | 332.26º | 0.48% | 0.38% | - |
| HSV(B) | 332.26º | 0.65% | 0.56% | - |
| XYZ | 14.44 | 8.91 | 11.31 | - |
| YUV | 82.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 93 | 0 | 0.65 | 0.35 | 0.44 | 332.26 | 0.48 | 0.38 |
| Hex | 8F | 32 | 5D | 0 | 41 | 23 | 2C | 14C | 30 | 26 |
| Octal | 217 | 62 | 135 | 0 | 101 | 43 | 54 | 514 | 60 | 46 |
| Binary | 10001111 | 110010 | 1011101 | 0 | 1000001 | 100011 | 101100 | 101001100 | 110000 | 100110 |
Color Harmonies of #8F325D
Complementary color
Monochromatic Colors of #8F325D
Black with #8F325D
Text Example
Text Example
White with #8F325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F325D; }
p { color: rgb(143,50,93); }
H1.HeaderClassName
{
color: #8F325D;
}
.AnyTagClassName
{
color: #8F325D;
}
</style>
background-color css
<style>
a { background-color: #8F325D; }
a { background-color: rgb(143,50,93); }
div.DivClassName
{
background-color: #8F325D;
}
.BgClassName
{
background-color: #8F325D;
}
</style>
border-color css
<style>
span { border-color: #8F325D; }
span { border-color: rgb(143,50,93); }
td.TdClassName
{
border-color: #8F325D;
}
.TagClassName
{
border-color: #8F325D;
}
</style>