Shades of Rose Bud Cherry #8C2355
Tints of Rose Bud Cherry #8C2355
RGB
CMYK
RGB Variations
Color information
#8C2355 (or 0x8C2355) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 55. RGB value is (140,35,85). Sum of RGB (Red+Green+Blue) = 140+35+85=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2355 is #73DCAA. Grayscale: #484848. Windows color (decimal): -7593131 or 5579660. OLE color: 5579660.
HSL color Cylindrical-coordinate representation of color #8C2355: hue angle of 331.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2355 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 85 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.45 |
| HSL | 331.43º | 0.6% | 0.34% | - |
| HSV(B) | 331.43º | 0.75% | 0.55% | - |
| XYZ | 13.06 | 7.43 | 9.34 | - |
| YUV | 72.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 85 | 0 | 0.75 | 0.39 | 0.45 | 331.43 | 0.6 | 0.34 |
| Hex | 8C | 23 | 55 | 0 | 4B | 27 | 2D | 14B | 3C | 22 |
| Octal | 214 | 43 | 125 | 0 | 113 | 47 | 55 | 513 | 74 | 42 |
| Binary | 10001100 | 100011 | 1010101 | 0 | 1001011 | 100111 | 101101 | 101001011 | 111100 | 100010 |
Color Harmonies of #8C2355
Complementary color
Monochromatic Colors of #8C2355
Black with #8C2355
Text Example
Text Example
White with #8C2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2355; }
p { color: rgb(140,35,85); }
H1.HeaderClassName
{
color: #8C2355;
}
.AnyTagClassName
{
color: #8C2355;
}
</style>
background-color css
<style>
a { background-color: #8C2355; }
a { background-color: rgb(140,35,85); }
div.DivClassName
{
background-color: #8C2355;
}
.BgClassName
{
background-color: #8C2355;
}
</style>
border-color css
<style>
span { border-color: #8C2355; }
span { border-color: rgb(140,35,85); }
td.TdClassName
{
border-color: #8C2355;
}
.TagClassName
{
border-color: #8C2355;
}
</style>