Shades of Rose Bud Cherry #8D335F
Tints of Rose Bud Cherry #8D335F
RGB
CMYK
RGB Variations
Color information
#8D335F (or 0x8D335F) is known color: Rose Bud Cherry. HEX triplet: 8D, 33 and 5F. RGB value is (141,51,95). Sum of RGB (Red+Green+Blue) = 141+51+95=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D335F is #72CCA0. Grayscale: #525252. Windows color (decimal): -7523489 or 6239117. OLE color: 6239117.
HSL color Cylindrical-coordinate representation of color #8D335F: hue angle of 330.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D335F is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 95 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.45 |
| HSL | 330.67º | 0.47% | 0.38% | - |
| HSV(B) | 330.67º | 0.64% | 0.55% | - |
| XYZ | 14.23 | 8.86 | 11.79 | - |
| YUV | 82.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 95 | 0 | 0.64 | 0.33 | 0.45 | 330.67 | 0.47 | 0.38 |
| Hex | 8D | 33 | 5F | 0 | 40 | 21 | 2D | 14B | 2F | 26 |
| Octal | 215 | 63 | 137 | 0 | 100 | 41 | 55 | 513 | 57 | 46 |
| Binary | 10001101 | 110011 | 1011111 | 0 | 1000000 | 100001 | 101101 | 101001011 | 101111 | 100110 |
Color Harmonies of #8D335F
Complementary color
Monochromatic Colors of #8D335F
Black with #8D335F
Text Example
Text Example
White with #8D335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D335F; }
p { color: rgb(141,51,95); }
H1.HeaderClassName
{
color: #8D335F;
}
.AnyTagClassName
{
color: #8D335F;
}
</style>
background-color css
<style>
a { background-color: #8D335F; }
a { background-color: rgb(141,51,95); }
div.DivClassName
{
background-color: #8D335F;
}
.BgClassName
{
background-color: #8D335F;
}
</style>
border-color css
<style>
span { border-color: #8D335F; }
span { border-color: rgb(141,51,95); }
td.TdClassName
{
border-color: #8D335F;
}
.TagClassName
{
border-color: #8D335F;
}
</style>