Shades of Rose Bud Cherry #8D144C
Tints of Rose Bud Cherry #8D144C
RGB
CMYK
RGB Variations
Color information
#8D144C (or 0x8D144C) is known color: Rose Bud Cherry. HEX triplet: 8D, 14 and 4C. RGB value is (141,20,76). Sum of RGB (Red+Green+Blue) = 141+20+76=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D144C is #72EBB3. Grayscale: #3E3E3E. Windows color (decimal): -7531444 or 4985997. OLE color: 4985997.
HSL color Cylindrical-coordinate representation of color #8D144C: hue angle of 332.23º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D144C is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 76 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.45 |
| HSL | 332.23º | 0.75% | 0.32% | - |
| HSV(B) | 332.23º | 0.86% | 0.55% | - |
| XYZ | 12.54 | 6.68 | 7.47 | - |
| YUV | 62.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 76 | 0 | 0.86 | 0.46 | 0.45 | 332.23 | 0.75 | 0.32 |
| Hex | 8D | 14 | 4C | 0 | 56 | 2E | 2D | 14C | 4B | 20 |
| Octal | 215 | 24 | 114 | 0 | 126 | 56 | 55 | 514 | 113 | 40 |
| Binary | 10001101 | 10100 | 1001100 | 0 | 1010110 | 101110 | 101101 | 101001100 | 1001011 | 100000 |
Color Harmonies of #8D144C
Complementary color
Monochromatic Colors of #8D144C
Black with #8D144C
Text Example
Text Example
White with #8D144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D144C; }
p { color: rgb(141,20,76); }
H1.HeaderClassName
{
color: #8D144C;
}
.AnyTagClassName
{
color: #8D144C;
}
</style>
background-color css
<style>
a { background-color: #8D144C; }
a { background-color: rgb(141,20,76); }
div.DivClassName
{
background-color: #8D144C;
}
.BgClassName
{
background-color: #8D144C;
}
</style>
border-color css
<style>
span { border-color: #8D144C; }
span { border-color: rgb(141,20,76); }
td.TdClassName
{
border-color: #8D144C;
}
.TagClassName
{
border-color: #8D144C;
}
</style>