Shades of Rose Bud Cherry #8D1A5C
Tints of Rose Bud Cherry #8D1A5C
RGB
CMYK
RGB Variations
Color information
#8D1A5C (or 0x8D1A5C) is known color: Rose Bud Cherry. HEX triplet: 8D, 1A and 5C. RGB value is (141,26,92). Sum of RGB (Red+Green+Blue) = 141+26+92=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A5C is #72E5A3. Grayscale: #434343. Windows color (decimal): -7529892 or 6036109. OLE color: 6036109.
HSL color Cylindrical-coordinate representation of color #8D1A5C: hue angle of 325.57º 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 #8D1A5C is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 92 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.45 |
| HSL | 325.57º | 0.69% | 0.33% | - |
| HSV(B) | 325.57º | 0.82% | 0.55% | - |
| XYZ | 13.29 | 7.17 | 10.81 | - |
| YUV | 67.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 92 | 0 | 0.82 | 0.35 | 0.45 | 325.57 | 0.69 | 0.33 |
| Hex | 8D | 1A | 5C | 0 | 52 | 23 | 2D | 146 | 45 | 21 |
| Octal | 215 | 32 | 134 | 0 | 122 | 43 | 55 | 506 | 105 | 41 |
| Binary | 10001101 | 11010 | 1011100 | 0 | 1010010 | 100011 | 101101 | 101000110 | 1000101 | 100001 |
Color Harmonies of #8D1A5C
Complementary color
Monochromatic Colors of #8D1A5C
Black with #8D1A5C
Text Example
Text Example
White with #8D1A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A5C; }
p { color: rgb(141,26,92); }
H1.HeaderClassName
{
color: #8D1A5C;
}
.AnyTagClassName
{
color: #8D1A5C;
}
</style>
background-color css
<style>
a { background-color: #8D1A5C; }
a { background-color: rgb(141,26,92); }
div.DivClassName
{
background-color: #8D1A5C;
}
.BgClassName
{
background-color: #8D1A5C;
}
</style>
border-color css
<style>
span { border-color: #8D1A5C; }
span { border-color: rgb(141,26,92); }
td.TdClassName
{
border-color: #8D1A5C;
}
.TagClassName
{
border-color: #8D1A5C;
}
</style>