Shades of Rose Bud Cherry #8D1A56
Tints of Rose Bud Cherry #8D1A56
RGB
CMYK
RGB Variations
Color information
#8D1A56 (or 0x8D1A56) is known color: Rose Bud Cherry. HEX triplet: 8D, 1A and 56. RGB value is (141,26,86). Sum of RGB (Red+Green+Blue) = 141+26+86=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A56 is #72E5A9. Grayscale: #434343. Windows color (decimal): -7529898 or 5642893. OLE color: 5642893.
HSL color Cylindrical-coordinate representation of color #8D1A56: hue angle of 328.7º 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 #8D1A56 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 86 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.45 |
| HSL | 328.7º | 0.69% | 0.33% | - |
| HSV(B) | 328.7º | 0.82% | 0.55% | - |
| XYZ | 13.03 | 7.07 | 9.48 | - |
| YUV | 67.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 86 | 0 | 0.82 | 0.39 | 0.45 | 328.7 | 0.69 | 0.33 |
| Hex | 8D | 1A | 56 | 0 | 52 | 27 | 2D | 149 | 45 | 21 |
| Octal | 215 | 32 | 126 | 0 | 122 | 47 | 55 | 511 | 105 | 41 |
| Binary | 10001101 | 11010 | 1010110 | 0 | 1010010 | 100111 | 101101 | 101001001 | 1000101 | 100001 |
Color Harmonies of #8D1A56
Complementary color
Monochromatic Colors of #8D1A56
Black with #8D1A56
Text Example
Text Example
White with #8D1A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A56; }
p { color: rgb(141,26,86); }
H1.HeaderClassName
{
color: #8D1A56;
}
.AnyTagClassName
{
color: #8D1A56;
}
</style>
background-color css
<style>
a { background-color: #8D1A56; }
a { background-color: rgb(141,26,86); }
div.DivClassName
{
background-color: #8D1A56;
}
.BgClassName
{
background-color: #8D1A56;
}
</style>
border-color css
<style>
span { border-color: #8D1A56; }
span { border-color: rgb(141,26,86); }
td.TdClassName
{
border-color: #8D1A56;
}
.TagClassName
{
border-color: #8D1A56;
}
</style>