Shades of Rose Bud Cherry #8D1A4C
Tints of Rose Bud Cherry #8D1A4C
RGB
CMYK
RGB Variations
Color information
#8D1A4C (or 0x8D1A4C) is known color: Rose Bud Cherry. HEX triplet: 8D, 1A and 4C. RGB value is (141,26,76). Sum of RGB (Red+Green+Blue) = 141+26+76=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A4C is #72E5B3. Grayscale: #424242. Windows color (decimal): -7529908 or 4987533. OLE color: 4987533.
HSL color Cylindrical-coordinate representation of color #8D1A4C: hue angle of 333.91º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A4C is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 76 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.45 |
| HSL | 333.91º | 0.69% | 0.33% | - |
| HSV(B) | 333.91º | 0.82% | 0.55% | - |
| XYZ | 12.66 | 6.92 | 7.51 | - |
| YUV | 66.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 76 | 0 | 0.82 | 0.46 | 0.45 | 333.91 | 0.69 | 0.33 |
| Hex | 8D | 1A | 4C | 0 | 52 | 2E | 2D | 14E | 45 | 21 |
| Octal | 215 | 32 | 114 | 0 | 122 | 56 | 55 | 516 | 105 | 41 |
| Binary | 10001101 | 11010 | 1001100 | 0 | 1010010 | 101110 | 101101 | 101001110 | 1000101 | 100001 |
Color Harmonies of #8D1A4C
Complementary color
Monochromatic Colors of #8D1A4C
Black with #8D1A4C
Text Example
Text Example
White with #8D1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A4C; }
p { color: rgb(141,26,76); }
H1.HeaderClassName
{
color: #8D1A4C;
}
.AnyTagClassName
{
color: #8D1A4C;
}
</style>
background-color css
<style>
a { background-color: #8D1A4C; }
a { background-color: rgb(141,26,76); }
div.DivClassName
{
background-color: #8D1A4C;
}
.BgClassName
{
background-color: #8D1A4C;
}
</style>
border-color css
<style>
span { border-color: #8D1A4C; }
span { border-color: rgb(141,26,76); }
td.TdClassName
{
border-color: #8D1A4C;
}
.TagClassName
{
border-color: #8D1A4C;
}
</style>