Shades of Rose Bud Cherry #8D124B
Tints of Rose Bud Cherry #8D124B
RGB
CMYK
RGB Variations
Color information
#8D124B (or 0x8D124B) is known color: Rose Bud Cherry. HEX triplet: 8D, 12 and 4B. RGB value is (141,18,75). Sum of RGB (Red+Green+Blue) = 141+18+75=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D124B is #72EDB4. Grayscale: #3D3D3D. Windows color (decimal): -7531957 or 4919949. OLE color: 4919949.
HSL color Cylindrical-coordinate representation of color #8D124B: hue angle of 332.2º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D124B is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 75 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.45 |
| HSL | 332.2º | 0.77% | 0.31% | - |
| HSV(B) | 332.2º | 0.87% | 0.55% | - |
| XYZ | 12.47 | 6.6 | 7.27 | - |
| YUV | 61.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 75 | 0 | 0.87 | 0.47 | 0.45 | 332.2 | 0.77 | 0.31 |
| Hex | 8D | 12 | 4B | 0 | 57 | 2F | 2D | 14C | 4D | 1F |
| Octal | 215 | 22 | 113 | 0 | 127 | 57 | 55 | 514 | 115 | 37 |
| Binary | 10001101 | 10010 | 1001011 | 0 | 1010111 | 101111 | 101101 | 101001100 | 1001101 | 11111 |
Color Harmonies of #8D124B
Complementary color
Monochromatic Colors of #8D124B
Black with #8D124B
Text Example
Text Example
White with #8D124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D124B; }
p { color: rgb(141,18,75); }
H1.HeaderClassName
{
color: #8D124B;
}
.AnyTagClassName
{
color: #8D124B;
}
</style>
background-color css
<style>
a { background-color: #8D124B; }
a { background-color: rgb(141,18,75); }
div.DivClassName
{
background-color: #8D124B;
}
.BgClassName
{
background-color: #8D124B;
}
</style>
border-color css
<style>
span { border-color: #8D124B; }
span { border-color: rgb(141,18,75); }
td.TdClassName
{
border-color: #8D124B;
}
.TagClassName
{
border-color: #8D124B;
}
</style>