Shades of Rose Bud Cherry #8C1856
Tints of Rose Bud Cherry #8C1856
RGB
CMYK
RGB Variations
Color information
#8C1856 (or 0x8C1856) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 56. RGB value is (140,24,86). Sum of RGB (Red+Green+Blue) = 140+24+86=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1856 is #73E7A9. Grayscale: #414141. Windows color (decimal): -7595946 or 5642380. OLE color: 5642380.
HSL color Cylindrical-coordinate representation of color #8C1856: hue angle of 327.93º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1856 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 86 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.45 |
| HSL | 327.93º | 0.71% | 0.32% | - |
| HSV(B) | 327.93º | 0.83% | 0.55% | - |
| XYZ | 12.82 | 6.9 | 9.46 | - |
| YUV | 65.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 86 | 0 | 0.83 | 0.39 | 0.45 | 327.93 | 0.71 | 0.32 |
| Hex | 8C | 18 | 56 | 0 | 53 | 27 | 2D | 148 | 47 | 20 |
| Octal | 214 | 30 | 126 | 0 | 123 | 47 | 55 | 510 | 107 | 40 |
| Binary | 10001100 | 11000 | 1010110 | 0 | 1010011 | 100111 | 101101 | 101001000 | 1000111 | 100000 |
Color Harmonies of #8C1856
Complementary color
Monochromatic Colors of #8C1856
Black with #8C1856
Text Example
Text Example
White with #8C1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1856; }
p { color: rgb(140,24,86); }
H1.HeaderClassName
{
color: #8C1856;
}
.AnyTagClassName
{
color: #8C1856;
}
</style>
background-color css
<style>
a { background-color: #8C1856; }
a { background-color: rgb(140,24,86); }
div.DivClassName
{
background-color: #8C1856;
}
.BgClassName
{
background-color: #8C1856;
}
</style>
border-color css
<style>
span { border-color: #8C1856; }
span { border-color: rgb(140,24,86); }
td.TdClassName
{
border-color: #8C1856;
}
.TagClassName
{
border-color: #8C1856;
}
</style>