Shades of Rose Bud Cherry #8A245C
Tints of Rose Bud Cherry #8A245C
RGB
CMYK
RGB Variations
Color information
#8A245C (or 0x8A245C) is known color: Rose Bud Cherry. HEX triplet: 8A, 24 and 5C. RGB value is (138,36,92). Sum of RGB (Red+Green+Blue) = 138+36+92=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A245C is #75DBA3. Grayscale: #484848. Windows color (decimal): -7723940 or 6038666. OLE color: 6038666.
HSL color Cylindrical-coordinate representation of color #8A245C: hue angle of 327.06º 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 #8A245C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 92 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.46 |
| HSL | 327.06º | 0.59% | 0.34% | - |
| HSV(B) | 327.06º | 0.74% | 0.54% | - |
| XYZ | 13.04 | 7.44 | 10.87 | - |
| YUV | 72.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 92 | 0 | 0.74 | 0.33 | 0.46 | 327.06 | 0.59 | 0.34 |
| Hex | 8A | 24 | 5C | 0 | 4A | 21 | 2E | 147 | 3B | 22 |
| Octal | 212 | 44 | 134 | 0 | 112 | 41 | 56 | 507 | 73 | 42 |
| Binary | 10001010 | 100100 | 1011100 | 0 | 1001010 | 100001 | 101110 | 101000111 | 111011 | 100010 |
Color Harmonies of #8A245C
Complementary color
Monochromatic Colors of #8A245C
Black with #8A245C
Text Example
Text Example
White with #8A245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A245C; }
p { color: rgb(138,36,92); }
H1.HeaderClassName
{
color: #8A245C;
}
.AnyTagClassName
{
color: #8A245C;
}
</style>
background-color css
<style>
a { background-color: #8A245C; }
a { background-color: rgb(138,36,92); }
div.DivClassName
{
background-color: #8A245C;
}
.BgClassName
{
background-color: #8A245C;
}
</style>
border-color css
<style>
span { border-color: #8A245C; }
span { border-color: rgb(138,36,92); }
td.TdClassName
{
border-color: #8A245C;
}
.TagClassName
{
border-color: #8A245C;
}
</style>