Shades of Rose Bud Cherry #8C235B
Tints of Rose Bud Cherry #8C235B
RGB
CMYK
RGB Variations
Color information
#8C235B (or 0x8C235B) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 5B. RGB value is (140,35,91). Sum of RGB (Red+Green+Blue) = 140+35+91=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C235B is #73DCA4. Grayscale: #484848. Windows color (decimal): -7593125 or 5972876. OLE color: 5972876.
HSL color Cylindrical-coordinate representation of color #8C235B: hue angle of 328º 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 #8C235B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 91 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.45 |
| HSL | 328º | 0.6% | 0.34% | - |
| HSV(B) | 328º | 0.75% | 0.55% | - |
| XYZ | 13.3 | 7.53 | 10.65 | - |
| YUV | 72.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 91 | 0 | 0.75 | 0.35 | 0.45 | 328 | 0.6 | 0.34 |
| Hex | 8C | 23 | 5B | 0 | 4B | 23 | 2D | 148 | 3C | 22 |
| Octal | 214 | 43 | 133 | 0 | 113 | 43 | 55 | 510 | 74 | 42 |
| Binary | 10001100 | 100011 | 1011011 | 0 | 1001011 | 100011 | 101101 | 101001000 | 111100 | 100010 |
Color Harmonies of #8C235B
Complementary color
Monochromatic Colors of #8C235B
Black with #8C235B
Text Example
Text Example
White with #8C235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C235B; }
p { color: rgb(140,35,91); }
H1.HeaderClassName
{
color: #8C235B;
}
.AnyTagClassName
{
color: #8C235B;
}
</style>
background-color css
<style>
a { background-color: #8C235B; }
a { background-color: rgb(140,35,91); }
div.DivClassName
{
background-color: #8C235B;
}
.BgClassName
{
background-color: #8C235B;
}
</style>
border-color css
<style>
span { border-color: #8C235B; }
span { border-color: rgb(140,35,91); }
td.TdClassName
{
border-color: #8C235B;
}
.TagClassName
{
border-color: #8C235B;
}
</style>