Shades of Rose Bud Cherry #8C1C5D
Tints of Rose Bud Cherry #8C1C5D
RGB
CMYK
RGB Variations
Color information
#8C1C5D (or 0x8C1C5D) is known color: Rose Bud Cherry. HEX triplet: 8C, 1C and 5D. RGB value is (140,28,93). Sum of RGB (Red+Green+Blue) = 140+28+93=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C5D is #73E3A2. Grayscale: #444444. Windows color (decimal): -7594915 or 6102156. OLE color: 6102156.
HSL color Cylindrical-coordinate representation of color #8C1C5D: hue angle of 325.18º 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 #8C1C5D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 93 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.45 |
| HSL | 325.18º | 0.67% | 0.33% | - |
| HSV(B) | 325.18º | 0.8% | 0.55% | - |
| XYZ | 13.21 | 7.2 | 11.05 | - |
| YUV | 68.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 93 | 0 | 0.80 | 0.34 | 0.45 | 325.18 | 0.67 | 0.33 |
| Hex | 8C | 1C | 5D | 0 | 50 | 22 | 2D | 145 | 43 | 21 |
| Octal | 214 | 34 | 135 | 0 | 120 | 42 | 55 | 505 | 103 | 41 |
| Binary | 10001100 | 11100 | 1011101 | 0 | 1010000 | 100010 | 101101 | 101000101 | 1000011 | 100001 |
Color Harmonies of #8C1C5D
Complementary color
Monochromatic Colors of #8C1C5D
Black with #8C1C5D
Text Example
Text Example
White with #8C1C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C5D; }
p { color: rgb(140,28,93); }
H1.HeaderClassName
{
color: #8C1C5D;
}
.AnyTagClassName
{
color: #8C1C5D;
}
</style>
background-color css
<style>
a { background-color: #8C1C5D; }
a { background-color: rgb(140,28,93); }
div.DivClassName
{
background-color: #8C1C5D;
}
.BgClassName
{
background-color: #8C1C5D;
}
</style>
border-color css
<style>
span { border-color: #8C1C5D; }
span { border-color: rgb(140,28,93); }
td.TdClassName
{
border-color: #8C1C5D;
}
.TagClassName
{
border-color: #8C1C5D;
}
</style>