Shades of Rose Bud Cherry #8A245B
Tints of Rose Bud Cherry #8A245B
RGB
CMYK
RGB Variations
Color information
#8A245B (or 0x8A245B) is known color: Rose Bud Cherry. HEX triplet: 8A, 24 and 5B. RGB value is (138,36,91). Sum of RGB (Red+Green+Blue) = 138+36+91=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A245B is #75DBA4. Grayscale: #484848. Windows color (decimal): -7723941 or 5973130. OLE color: 5973130.
HSL color Cylindrical-coordinate representation of color #8A245B: hue angle of 327.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A245B is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 91 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.46 |
| HSL | 327.65º | 0.59% | 0.34% | - |
| HSV(B) | 327.65º | 0.74% | 0.54% | - |
| XYZ | 13 | 7.42 | 10.64 | - |
| YUV | 72.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 91 | 0 | 0.74 | 0.34 | 0.46 | 327.65 | 0.59 | 0.34 |
| Hex | 8A | 24 | 5B | 0 | 4A | 22 | 2E | 148 | 3B | 22 |
| Octal | 212 | 44 | 133 | 0 | 112 | 42 | 56 | 510 | 73 | 42 |
| Binary | 10001010 | 100100 | 1011011 | 0 | 1001010 | 100010 | 101110 | 101001000 | 111011 | 100010 |
Color Harmonies of #8A245B
Complementary color
Monochromatic Colors of #8A245B
Black with #8A245B
Text Example
Text Example
White with #8A245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A245B; }
p { color: rgb(138,36,91); }
H1.HeaderClassName
{
color: #8A245B;
}
.AnyTagClassName
{
color: #8A245B;
}
</style>
background-color css
<style>
a { background-color: #8A245B; }
a { background-color: rgb(138,36,91); }
div.DivClassName
{
background-color: #8A245B;
}
.BgClassName
{
background-color: #8A245B;
}
</style>
border-color css
<style>
span { border-color: #8A245B; }
span { border-color: rgb(138,36,91); }
td.TdClassName
{
border-color: #8A245B;
}
.TagClassName
{
border-color: #8A245B;
}
</style>