Shades of Rose Bud Cherry #8C1956
Tints of Rose Bud Cherry #8C1956
RGB
CMYK
RGB Variations
Color information
#8C1956 (or 0x8C1956) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 56. RGB value is (140,25,86). Sum of RGB (Red+Green+Blue) = 140+25+86=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1956 is #73E6A9. Grayscale: #424242. Windows color (decimal): -7595690 or 5642636. OLE color: 5642636.
HSL color Cylindrical-coordinate representation of color #8C1956: hue angle of 328.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1956 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 86 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.45 |
| HSL | 328.17º | 0.7% | 0.32% | - |
| HSV(B) | 328.17º | 0.82% | 0.55% | - |
| XYZ | 12.84 | 6.94 | 9.47 | - |
| YUV | 66.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 86 | 0 | 0.82 | 0.39 | 0.45 | 328.17 | 0.7 | 0.32 |
| Hex | 8C | 19 | 56 | 0 | 52 | 27 | 2D | 148 | 46 | 20 |
| Octal | 214 | 31 | 126 | 0 | 122 | 47 | 55 | 510 | 106 | 40 |
| Binary | 10001100 | 11001 | 1010110 | 0 | 1010010 | 100111 | 101101 | 101001000 | 1000110 | 100000 |
Color Harmonies of #8C1956
Complementary color
Monochromatic Colors of #8C1956
Black with #8C1956
Text Example
Text Example
White with #8C1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1956; }
p { color: rgb(140,25,86); }
H1.HeaderClassName
{
color: #8C1956;
}
.AnyTagClassName
{
color: #8C1956;
}
</style>
background-color css
<style>
a { background-color: #8C1956; }
a { background-color: rgb(140,25,86); }
div.DivClassName
{
background-color: #8C1956;
}
.BgClassName
{
background-color: #8C1956;
}
</style>
border-color css
<style>
span { border-color: #8C1956; }
span { border-color: rgb(140,25,86); }
td.TdClassName
{
border-color: #8C1956;
}
.TagClassName
{
border-color: #8C1956;
}
</style>