Shades of Rose Bud Cherry #8D1B5B
Tints of Rose Bud Cherry #8D1B5B
RGB
CMYK
RGB Variations
Color information
#8D1B5B (or 0x8D1B5B) is known color: Rose Bud Cherry. HEX triplet: 8D, 1B and 5B. RGB value is (141,27,91). Sum of RGB (Red+Green+Blue) = 141+27+91=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B5B is #72E4A4. Grayscale: #444444. Windows color (decimal): -7529637 or 5970829. OLE color: 5970829.
HSL color Cylindrical-coordinate representation of color #8D1B5B: hue angle of 326.32º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B5B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 91 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.45 |
| HSL | 326.32º | 0.68% | 0.33% | - |
| HSV(B) | 326.32º | 0.81% | 0.55% | - |
| XYZ | 13.26 | 7.2 | 10.59 | - |
| YUV | 68.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 91 | 0 | 0.81 | 0.35 | 0.45 | 326.32 | 0.68 | 0.33 |
| Hex | 8D | 1B | 5B | 0 | 51 | 23 | 2D | 146 | 44 | 21 |
| Octal | 215 | 33 | 133 | 0 | 121 | 43 | 55 | 506 | 104 | 41 |
| Binary | 10001101 | 11011 | 1011011 | 0 | 1010001 | 100011 | 101101 | 101000110 | 1000100 | 100001 |
Color Harmonies of #8D1B5B
Complementary color
Monochromatic Colors of #8D1B5B
Black with #8D1B5B
Text Example
Text Example
White with #8D1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B5B; }
p { color: rgb(141,27,91); }
H1.HeaderClassName
{
color: #8D1B5B;
}
.AnyTagClassName
{
color: #8D1B5B;
}
</style>
background-color css
<style>
a { background-color: #8D1B5B; }
a { background-color: rgb(141,27,91); }
div.DivClassName
{
background-color: #8D1B5B;
}
.BgClassName
{
background-color: #8D1B5B;
}
</style>
border-color css
<style>
span { border-color: #8D1B5B; }
span { border-color: rgb(141,27,91); }
td.TdClassName
{
border-color: #8D1B5B;
}
.TagClassName
{
border-color: #8D1B5B;
}
</style>