Shades of Rose Bud Cherry #8D1F5C
Tints of Rose Bud Cherry #8D1F5C
RGB
CMYK
RGB Variations
Color information
#8D1F5C (or 0x8D1F5C) is known color: Rose Bud Cherry. HEX triplet: 8D, 1F and 5C. RGB value is (141,31,92). Sum of RGB (Red+Green+Blue) = 141+31+92=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1F5C is #72E0A3. Grayscale: #464646. Windows color (decimal): -7528612 or 6037389. OLE color: 6037389.
HSL color Cylindrical-coordinate representation of color #8D1F5C: hue angle of 326.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D1F5C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 92 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.45 |
| HSL | 326.73º | 0.64% | 0.34% | - |
| HSV(B) | 326.73º | 0.78% | 0.55% | - |
| XYZ | 13.41 | 7.42 | 10.85 | - |
| YUV | 70.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 92 | 0 | 0.78 | 0.35 | 0.45 | 326.73 | 0.64 | 0.34 |
| Hex | 8D | 1F | 5C | 0 | 4E | 23 | 2D | 147 | 40 | 22 |
| Octal | 215 | 37 | 134 | 0 | 116 | 43 | 55 | 507 | 100 | 42 |
| Binary | 10001101 | 11111 | 1011100 | 0 | 1001110 | 100011 | 101101 | 101000111 | 1000000 | 100010 |
Color Harmonies of #8D1F5C
Complementary color
Monochromatic Colors of #8D1F5C
Black with #8D1F5C
Text Example
Text Example
White with #8D1F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F5C; }
p { color: rgb(141,31,92); }
H1.HeaderClassName
{
color: #8D1F5C;
}
.AnyTagClassName
{
color: #8D1F5C;
}
</style>
background-color css
<style>
a { background-color: #8D1F5C; }
a { background-color: rgb(141,31,92); }
div.DivClassName
{
background-color: #8D1F5C;
}
.BgClassName
{
background-color: #8D1F5C;
}
</style>
border-color css
<style>
span { border-color: #8D1F5C; }
span { border-color: rgb(141,31,92); }
td.TdClassName
{
border-color: #8D1F5C;
}
.TagClassName
{
border-color: #8D1F5C;
}
</style>