Shades of Rose Bud Cherry #8C2450
Tints of Rose Bud Cherry #8C2450
RGB
CMYK
RGB Variations
Color information
#8C2450 (or 0x8C2450) is known color: Rose Bud Cherry. HEX triplet: 8C, 24 and 50. RGB value is (140,36,80). Sum of RGB (Red+Green+Blue) = 140+36+80=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2450 is #73DBAF. Grayscale: #484848. Windows color (decimal): -7592880 or 5252236. OLE color: 5252236.
HSL color Cylindrical-coordinate representation of color #8C2450: hue angle of 334.62º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2450 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 80 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.45 |
| HSL | 334.62º | 0.59% | 0.35% | - |
| HSV(B) | 334.62º | 0.74% | 0.55% | - |
| XYZ | 12.89 | 7.42 | 8.34 | - |
| YUV | 72.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 80 | 0 | 0.74 | 0.43 | 0.45 | 334.62 | 0.59 | 0.35 |
| Hex | 8C | 24 | 50 | 0 | 4A | 2B | 2D | 14F | 3B | 23 |
| Octal | 214 | 44 | 120 | 0 | 112 | 53 | 55 | 517 | 73 | 43 |
| Binary | 10001100 | 100100 | 1010000 | 0 | 1001010 | 101011 | 101101 | 101001111 | 111011 | 100011 |
Color Harmonies of #8C2450
Complementary color
Monochromatic Colors of #8C2450
Black with #8C2450
Text Example
Text Example
White with #8C2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2450; }
p { color: rgb(140,36,80); }
H1.HeaderClassName
{
color: #8C2450;
}
.AnyTagClassName
{
color: #8C2450;
}
</style>
background-color css
<style>
a { background-color: #8C2450; }
a { background-color: rgb(140,36,80); }
div.DivClassName
{
background-color: #8C2450;
}
.BgClassName
{
background-color: #8C2450;
}
</style>
border-color css
<style>
span { border-color: #8C2450; }
span { border-color: rgb(140,36,80); }
td.TdClassName
{
border-color: #8C2450;
}
.TagClassName
{
border-color: #8C2450;
}
</style>