Shades of Rose Bud Cherry #8C1658
Tints of Rose Bud Cherry #8C1658
RGB
CMYK
RGB Variations
Color information
#8C1658 (or 0x8C1658) is known color: Rose Bud Cherry. HEX triplet: 8C, 16 and 58. RGB value is (140,22,88). Sum of RGB (Red+Green+Blue) = 140+22+88=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1658 is #73E9A7. Grayscale: #404040. Windows color (decimal): -7596456 or 5772940. OLE color: 5772940.
HSL color Cylindrical-coordinate representation of color #8C1658: hue angle of 326.44º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1658 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 88 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.45 |
| HSL | 326.44º | 0.73% | 0.32% | - |
| HSV(B) | 326.44º | 0.84% | 0.55% | - |
| XYZ | 12.86 | 6.85 | 9.88 | - |
| YUV | 64.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 88 | 0 | 0.84 | 0.37 | 0.45 | 326.44 | 0.73 | 0.32 |
| Hex | 8C | 16 | 58 | 0 | 54 | 25 | 2D | 146 | 49 | 20 |
| Octal | 214 | 26 | 130 | 0 | 124 | 45 | 55 | 506 | 111 | 40 |
| Binary | 10001100 | 10110 | 1011000 | 0 | 1010100 | 100101 | 101101 | 101000110 | 1001001 | 100000 |
Color Harmonies of #8C1658
Complementary color
Monochromatic Colors of #8C1658
Black with #8C1658
Text Example
Text Example
White with #8C1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1658; }
p { color: rgb(140,22,88); }
H1.HeaderClassName
{
color: #8C1658;
}
.AnyTagClassName
{
color: #8C1658;
}
</style>
background-color css
<style>
a { background-color: #8C1658; }
a { background-color: rgb(140,22,88); }
div.DivClassName
{
background-color: #8C1658;
}
.BgClassName
{
background-color: #8C1658;
}
</style>
border-color css
<style>
span { border-color: #8C1658; }
span { border-color: rgb(140,22,88); }
td.TdClassName
{
border-color: #8C1658;
}
.TagClassName
{
border-color: #8C1658;
}
</style>