Shades of Rose Bud Cherry #8C134F
Tints of Rose Bud Cherry #8C134F
RGB
CMYK
RGB Variations
Color information
#8C134F (or 0x8C134F) is known color: Rose Bud Cherry. HEX triplet: 8C, 13 and 4F. RGB value is (140,19,79). Sum of RGB (Red+Green+Blue) = 140+19+79=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C134F is #73ECB0. Grayscale: #3D3D3D. Windows color (decimal): -7597233 or 5182348. OLE color: 5182348.
HSL color Cylindrical-coordinate representation of color #8C134F: hue angle of 330.25º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C134F is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 79 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.45 |
| HSL | 330.25º | 0.76% | 0.31% | - |
| HSV(B) | 330.25º | 0.86% | 0.55% | - |
| XYZ | 12.46 | 6.61 | 8.02 | - |
| YUV | 62.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 79 | 0 | 0.86 | 0.44 | 0.45 | 330.25 | 0.76 | 0.31 |
| Hex | 8C | 13 | 4F | 0 | 56 | 2C | 2D | 14A | 4C | 1F |
| Octal | 214 | 23 | 117 | 0 | 126 | 54 | 55 | 512 | 114 | 37 |
| Binary | 10001100 | 10011 | 1001111 | 0 | 1010110 | 101100 | 101101 | 101001010 | 1001100 | 11111 |
Color Harmonies of #8C134F
Complementary color
Monochromatic Colors of #8C134F
Black with #8C134F
Text Example
Text Example
White with #8C134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C134F; }
p { color: rgb(140,19,79); }
H1.HeaderClassName
{
color: #8C134F;
}
.AnyTagClassName
{
color: #8C134F;
}
</style>
background-color css
<style>
a { background-color: #8C134F; }
a { background-color: rgb(140,19,79); }
div.DivClassName
{
background-color: #8C134F;
}
.BgClassName
{
background-color: #8C134F;
}
</style>
border-color css
<style>
span { border-color: #8C134F; }
span { border-color: rgb(140,19,79); }
td.TdClassName
{
border-color: #8C134F;
}
.TagClassName
{
border-color: #8C134F;
}
</style>