Shades of Rose Bud Cherry #8C124F
Tints of Rose Bud Cherry #8C124F
RGB
CMYK
RGB Variations
Color information
#8C124F (or 0x8C124F) is known color: Rose Bud Cherry. HEX triplet: 8C, 12 and 4F. RGB value is (140,18,79). Sum of RGB (Red+Green+Blue) = 140+18+79=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C124F is #73EDB0. Grayscale: #3D3D3D. Windows color (decimal): -7597489 or 5182092. OLE color: 5182092.
HSL color Cylindrical-coordinate representation of color #8C124F: hue angle of 330º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C124F is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 79 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.45 |
| HSL | 330º | 0.77% | 0.31% | - |
| HSV(B) | 330º | 0.87% | 0.55% | - |
| XYZ | 12.44 | 6.57 | 8.01 | - |
| YUV | 61.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 79 | 0 | 0.87 | 0.44 | 0.45 | 330 | 0.77 | 0.31 |
| Hex | 8C | 12 | 4F | 0 | 57 | 2C | 2D | 14A | 4D | 1F |
| Octal | 214 | 22 | 117 | 0 | 127 | 54 | 55 | 512 | 115 | 37 |
| Binary | 10001100 | 10010 | 1001111 | 0 | 1010111 | 101100 | 101101 | 101001010 | 1001101 | 11111 |
Color Harmonies of #8C124F
Complementary color
Monochromatic Colors of #8C124F
Black with #8C124F
Text Example
Text Example
White with #8C124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C124F; }
p { color: rgb(140,18,79); }
H1.HeaderClassName
{
color: #8C124F;
}
.AnyTagClassName
{
color: #8C124F;
}
</style>
background-color css
<style>
a { background-color: #8C124F; }
a { background-color: rgb(140,18,79); }
div.DivClassName
{
background-color: #8C124F;
}
.BgClassName
{
background-color: #8C124F;
}
</style>
border-color css
<style>
span { border-color: #8C124F; }
span { border-color: rgb(140,18,79); }
td.TdClassName
{
border-color: #8C124F;
}
.TagClassName
{
border-color: #8C124F;
}
</style>