Shades of Rose Bud Cherry #8D1C4D
Tints of Rose Bud Cherry #8D1C4D
RGB
CMYK
RGB Variations
Color information
#8D1C4D (or 0x8D1C4D) is known color: Rose Bud Cherry. HEX triplet: 8D, 1C and 4D. RGB value is (141,28,77). Sum of RGB (Red+Green+Blue) = 141+28+77=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1C4D is #72E3B2. Grayscale: #434343. Windows color (decimal): -7529395 or 5053581. OLE color: 5053581.
HSL color Cylindrical-coordinate representation of color #8D1C4D: hue angle of 333.98º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C4D is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 77 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.45 |
| HSL | 333.98º | 0.67% | 0.33% | - |
| HSV(B) | 333.98º | 0.8% | 0.55% | - |
| XYZ | 12.74 | 7.03 | 7.71 | - |
| YUV | 67.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 77 | 0 | 0.80 | 0.45 | 0.45 | 333.98 | 0.67 | 0.33 |
| Hex | 8D | 1C | 4D | 0 | 50 | 2D | 2D | 14E | 43 | 21 |
| Octal | 215 | 34 | 115 | 0 | 120 | 55 | 55 | 516 | 103 | 41 |
| Binary | 10001101 | 11100 | 1001101 | 0 | 1010000 | 101101 | 101101 | 101001110 | 1000011 | 100001 |
Color Harmonies of #8D1C4D
Complementary color
Monochromatic Colors of #8D1C4D
Black with #8D1C4D
Text Example
Text Example
White with #8D1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C4D; }
p { color: rgb(141,28,77); }
H1.HeaderClassName
{
color: #8D1C4D;
}
.AnyTagClassName
{
color: #8D1C4D;
}
</style>
background-color css
<style>
a { background-color: #8D1C4D; }
a { background-color: rgb(141,28,77); }
div.DivClassName
{
background-color: #8D1C4D;
}
.BgClassName
{
background-color: #8D1C4D;
}
</style>
border-color css
<style>
span { border-color: #8D1C4D; }
span { border-color: rgb(141,28,77); }
td.TdClassName
{
border-color: #8D1C4D;
}
.TagClassName
{
border-color: #8D1C4D;
}
</style>