Shades of Rose Bud Cherry #8C225A
Tints of Rose Bud Cherry #8C225A
RGB
CMYK
RGB Variations
Color information
#8C225A (or 0x8C225A) is known color: Rose Bud Cherry. HEX triplet: 8C, 22 and 5A. RGB value is (140,34,90). Sum of RGB (Red+Green+Blue) = 140+34+90=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C225A is #73DDA5. Grayscale: #474747. Windows color (decimal): -7593382 or 5907084. OLE color: 5907084.
HSL color Cylindrical-coordinate representation of color #8C225A: hue angle of 328.3º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C225A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 90 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.45 |
| HSL | 328.3º | 0.61% | 0.34% | - |
| HSV(B) | 328.3º | 0.76% | 0.55% | - |
| XYZ | 13.23 | 7.46 | 10.41 | - |
| YUV | 72.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 90 | 0 | 0.76 | 0.36 | 0.45 | 328.3 | 0.61 | 0.34 |
| Hex | 8C | 22 | 5A | 0 | 4C | 24 | 2D | 148 | 3D | 22 |
| Octal | 214 | 42 | 132 | 0 | 114 | 44 | 55 | 510 | 75 | 42 |
| Binary | 10001100 | 100010 | 1011010 | 0 | 1001100 | 100100 | 101101 | 101001000 | 111101 | 100010 |
Color Harmonies of #8C225A
Complementary color
Monochromatic Colors of #8C225A
Black with #8C225A
Text Example
Text Example
White with #8C225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C225A; }
p { color: rgb(140,34,90); }
H1.HeaderClassName
{
color: #8C225A;
}
.AnyTagClassName
{
color: #8C225A;
}
</style>
background-color css
<style>
a { background-color: #8C225A; }
a { background-color: rgb(140,34,90); }
div.DivClassName
{
background-color: #8C225A;
}
.BgClassName
{
background-color: #8C225A;
}
</style>
border-color css
<style>
span { border-color: #8C225A; }
span { border-color: rgb(140,34,90); }
td.TdClassName
{
border-color: #8C225A;
}
.TagClassName
{
border-color: #8C225A;
}
</style>