Shades of Rose Bud Cherry #8C1851
Tints of Rose Bud Cherry #8C1851
RGB
CMYK
RGB Variations
Color information
#8C1851 (or 0x8C1851) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 51. RGB value is (140,24,81). Sum of RGB (Red+Green+Blue) = 140+24+81=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1851 is #73E7AE. Grayscale: #414141. Windows color (decimal): -7595951 or 5314700. OLE color: 5314700.
HSL color Cylindrical-coordinate representation of color #8C1851: hue angle of 330.52º 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 #8C1851 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 81 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.45 |
| HSL | 330.52º | 0.71% | 0.32% | - |
| HSV(B) | 330.52º | 0.83% | 0.55% | - |
| XYZ | 12.63 | 6.82 | 8.44 | - |
| YUV | 65.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 81 | 0 | 0.83 | 0.42 | 0.45 | 330.52 | 0.71 | 0.32 |
| Hex | 8C | 18 | 51 | 0 | 53 | 2A | 2D | 14B | 47 | 20 |
| Octal | 214 | 30 | 121 | 0 | 123 | 52 | 55 | 513 | 107 | 40 |
| Binary | 10001100 | 11000 | 1010001 | 0 | 1010011 | 101010 | 101101 | 101001011 | 1000111 | 100000 |
Color Harmonies of #8C1851
Complementary color
Monochromatic Colors of #8C1851
Black with #8C1851
Text Example
Text Example
White with #8C1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1851; }
p { color: rgb(140,24,81); }
H1.HeaderClassName
{
color: #8C1851;
}
.AnyTagClassName
{
color: #8C1851;
}
</style>
background-color css
<style>
a { background-color: #8C1851; }
a { background-color: rgb(140,24,81); }
div.DivClassName
{
background-color: #8C1851;
}
.BgClassName
{
background-color: #8C1851;
}
</style>
border-color css
<style>
span { border-color: #8C1851; }
span { border-color: rgb(140,24,81); }
td.TdClassName
{
border-color: #8C1851;
}
.TagClassName
{
border-color: #8C1851;
}
</style>