Shades of Rose Bud Cherry #8C2463
Tints of Rose Bud Cherry #8C2463
RGB
CMYK
RGB Variations
Color information
#8C2463 (or 0x8C2463) is known color: Rose Bud Cherry. HEX triplet: 8C, 24 and 63. RGB value is (140,36,99). Sum of RGB (Red+Green+Blue) = 140+36+99=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2463 is #73DB9C. Grayscale: #4A4A4A. Windows color (decimal): -7592861 or 6497420. OLE color: 6497420.
HSL color Cylindrical-coordinate representation of color #8C2463: hue angle of 323.65º 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 #8C2463 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 99 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.45 |
| HSL | 323.65º | 0.59% | 0.35% | - |
| HSV(B) | 323.65º | 0.74% | 0.55% | - |
| XYZ | 13.7 | 7.74 | 12.58 | - |
| YUV | 74.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 99 | 0 | 0.74 | 0.29 | 0.45 | 323.65 | 0.59 | 0.35 |
| Hex | 8C | 24 | 63 | 0 | 4A | 1D | 2D | 144 | 3B | 23 |
| Octal | 214 | 44 | 143 | 0 | 112 | 35 | 55 | 504 | 73 | 43 |
| Binary | 10001100 | 100100 | 1100011 | 0 | 1001010 | 11101 | 101101 | 101000100 | 111011 | 100011 |
Color Harmonies of #8C2463
Complementary color
Monochromatic Colors of #8C2463
Black with #8C2463
Text Example
Text Example
White with #8C2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2463; }
p { color: rgb(140,36,99); }
H1.HeaderClassName
{
color: #8C2463;
}
.AnyTagClassName
{
color: #8C2463;
}
</style>
background-color css
<style>
a { background-color: #8C2463; }
a { background-color: rgb(140,36,99); }
div.DivClassName
{
background-color: #8C2463;
}
.BgClassName
{
background-color: #8C2463;
}
</style>
border-color css
<style>
span { border-color: #8C2463; }
span { border-color: rgb(140,36,99); }
td.TdClassName
{
border-color: #8C2463;
}
.TagClassName
{
border-color: #8C2463;
}
</style>