Shades of Rose Bud Cherry #8C245B
Tints of Rose Bud Cherry #8C245B
RGB
CMYK
RGB Variations
Color information
#8C245B (or 0x8C245B) is known color: Rose Bud Cherry. HEX triplet: 8C, 24 and 5B. RGB value is (140,36,91). Sum of RGB (Red+Green+Blue) = 140+36+91=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C245B is #73DBA4. Grayscale: #494949. Windows color (decimal): -7592869 or 5973132. OLE color: 5973132.
HSL color Cylindrical-coordinate representation of color #8C245B: hue angle of 328.27º 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 #8C245B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 91 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.45 |
| HSL | 328.27º | 0.59% | 0.35% | - |
| HSV(B) | 328.27º | 0.74% | 0.55% | - |
| XYZ | 13.33 | 7.59 | 10.66 | - |
| YUV | 73.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 91 | 0 | 0.74 | 0.35 | 0.45 | 328.27 | 0.59 | 0.35 |
| Hex | 8C | 24 | 5B | 0 | 4A | 23 | 2D | 148 | 3B | 23 |
| Octal | 214 | 44 | 133 | 0 | 112 | 43 | 55 | 510 | 73 | 43 |
| Binary | 10001100 | 100100 | 1011011 | 0 | 1001010 | 100011 | 101101 | 101001000 | 111011 | 100011 |
Color Harmonies of #8C245B
Complementary color
Monochromatic Colors of #8C245B
Black with #8C245B
Text Example
Text Example
White with #8C245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C245B; }
p { color: rgb(140,36,91); }
H1.HeaderClassName
{
color: #8C245B;
}
.AnyTagClassName
{
color: #8C245B;
}
</style>
background-color css
<style>
a { background-color: #8C245B; }
a { background-color: rgb(140,36,91); }
div.DivClassName
{
background-color: #8C245B;
}
.BgClassName
{
background-color: #8C245B;
}
</style>
border-color css
<style>
span { border-color: #8C245B; }
span { border-color: rgb(140,36,91); }
td.TdClassName
{
border-color: #8C245B;
}
.TagClassName
{
border-color: #8C245B;
}
</style>