Shades of Rose Bud Cherry #8F355F
Tints of Rose Bud Cherry #8F355F
RGB
CMYK
RGB Variations
Color information
#8F355F (or 0x8F355F) is known color: Rose Bud Cherry. HEX triplet: 8F, 35 and 5F. RGB value is (143,53,95). Sum of RGB (Red+Green+Blue) = 143+53+95=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F355F is #70CAA0. Grayscale: #545454. Windows color (decimal): -7391905 or 6239631. OLE color: 6239631.
HSL color Cylindrical-coordinate representation of color #8F355F: hue angle of 332º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F355F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 95 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.44 |
| HSL | 332º | 0.46% | 0.38% | - |
| HSV(B) | 332º | 0.63% | 0.56% | - |
| XYZ | 14.67 | 9.21 | 11.83 | - |
| YUV | 84.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 95 | 0 | 0.63 | 0.34 | 0.44 | 332 | 0.46 | 0.38 |
| Hex | 8F | 35 | 5F | 0 | 3F | 22 | 2C | 14C | 2E | 26 |
| Octal | 217 | 65 | 137 | 0 | 77 | 42 | 54 | 514 | 56 | 46 |
| Binary | 10001111 | 110101 | 1011111 | 0 | 111111 | 100010 | 101100 | 101001100 | 101110 | 100110 |
Color Harmonies of #8F355F
Complementary color
Monochromatic Colors of #8F355F
Black with #8F355F
Text Example
Text Example
White with #8F355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F355F; }
p { color: rgb(143,53,95); }
H1.HeaderClassName
{
color: #8F355F;
}
.AnyTagClassName
{
color: #8F355F;
}
</style>
background-color css
<style>
a { background-color: #8F355F; }
a { background-color: rgb(143,53,95); }
div.DivClassName
{
background-color: #8F355F;
}
.BgClassName
{
background-color: #8F355F;
}
</style>
border-color css
<style>
span { border-color: #8F355F; }
span { border-color: rgb(143,53,95); }
td.TdClassName
{
border-color: #8F355F;
}
.TagClassName
{
border-color: #8F355F;
}
</style>