Shades of Rose Bud Cherry #8C1758
Tints of Rose Bud Cherry #8C1758
RGB
CMYK
RGB Variations
Color information
#8C1758 (or 0x8C1758) is known color: Rose Bud Cherry. HEX triplet: 8C, 17 and 58. RGB value is (140,23,88). Sum of RGB (Red+Green+Blue) = 140+23+88=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1758 is #73E8A7. Grayscale: #414141. Windows color (decimal): -7596200 or 5773196. OLE color: 5773196.
HSL color Cylindrical-coordinate representation of color #8C1758: hue angle of 326.67º degrees, saturation: 0.72, 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 #8C1758 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 88 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.45 |
| HSL | 326.67º | 0.72% | 0.32% | - |
| HSV(B) | 326.67º | 0.84% | 0.55% | - |
| XYZ | 12.88 | 6.89 | 9.88 | - |
| YUV | 65.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 88 | 0 | 0.84 | 0.37 | 0.45 | 326.67 | 0.72 | 0.32 |
| Hex | 8C | 17 | 58 | 0 | 54 | 25 | 2D | 147 | 48 | 20 |
| Octal | 214 | 27 | 130 | 0 | 124 | 45 | 55 | 507 | 110 | 40 |
| Binary | 10001100 | 10111 | 1011000 | 0 | 1010100 | 100101 | 101101 | 101000111 | 1001000 | 100000 |
Color Harmonies of #8C1758
Complementary color
Monochromatic Colors of #8C1758
Black with #8C1758
Text Example
Text Example
White with #8C1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1758; }
p { color: rgb(140,23,88); }
H1.HeaderClassName
{
color: #8C1758;
}
.AnyTagClassName
{
color: #8C1758;
}
</style>
background-color css
<style>
a { background-color: #8C1758; }
a { background-color: rgb(140,23,88); }
div.DivClassName
{
background-color: #8C1758;
}
.BgClassName
{
background-color: #8C1758;
}
</style>
border-color css
<style>
span { border-color: #8C1758; }
span { border-color: rgb(140,23,88); }
td.TdClassName
{
border-color: #8C1758;
}
.TagClassName
{
border-color: #8C1758;
}
</style>