Shades of Rose Bud Cherry #8C1555
Tints of Rose Bud Cherry #8C1555
RGB
CMYK
RGB Variations
Color information
#8C1555 (or 0x8C1555) is known color: Rose Bud Cherry. HEX triplet: 8C, 15 and 55. RGB value is (140,21,85). Sum of RGB (Red+Green+Blue) = 140+21+85=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1555 is #73EAAA. Grayscale: #3F3F3F. Windows color (decimal): -7596715 or 5576076. OLE color: 5576076.
HSL color Cylindrical-coordinate representation of color #8C1555: hue angle of 327.73º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1555 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 85 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.45 |
| HSL | 327.73º | 0.74% | 0.32% | - |
| HSV(B) | 327.73º | 0.85% | 0.55% | - |
| XYZ | 12.72 | 6.77 | 9.23 | - |
| YUV | 63.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 85 | 0 | 0.85 | 0.39 | 0.45 | 327.73 | 0.74 | 0.32 |
| Hex | 8C | 15 | 55 | 0 | 55 | 27 | 2D | 148 | 4A | 20 |
| Octal | 214 | 25 | 125 | 0 | 125 | 47 | 55 | 510 | 112 | 40 |
| Binary | 10001100 | 10101 | 1010101 | 0 | 1010101 | 100111 | 101101 | 101001000 | 1001010 | 100000 |
Color Harmonies of #8C1555
Complementary color
Monochromatic Colors of #8C1555
Black with #8C1555
Text Example
Text Example
White with #8C1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1555; }
p { color: rgb(140,21,85); }
H1.HeaderClassName
{
color: #8C1555;
}
.AnyTagClassName
{
color: #8C1555;
}
</style>
background-color css
<style>
a { background-color: #8C1555; }
a { background-color: rgb(140,21,85); }
div.DivClassName
{
background-color: #8C1555;
}
.BgClassName
{
background-color: #8C1555;
}
</style>
border-color css
<style>
span { border-color: #8C1555; }
span { border-color: rgb(140,21,85); }
td.TdClassName
{
border-color: #8C1555;
}
.TagClassName
{
border-color: #8C1555;
}
</style>