Shades of Rose Bud Cherry #8A225C
Tints of Rose Bud Cherry #8A225C
RGB
CMYK
RGB Variations
Color information
#8A225C (or 0x8A225C) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 5C. RGB value is (138,34,92). Sum of RGB (Red+Green+Blue) = 138+34+92=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225C is #75DDA3. Grayscale: #474747. Windows color (decimal): -7724452 or 6038154. OLE color: 6038154.
HSL color Cylindrical-coordinate representation of color #8A225C: hue angle of 326.54º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A225C is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 92 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.46 |
| HSL | 326.54º | 0.6% | 0.34% | - |
| HSV(B) | 326.54º | 0.75% | 0.54% | - |
| XYZ | 12.99 | 7.32 | 10.85 | - |
| YUV | 71.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 92 | 0 | 0.75 | 0.33 | 0.46 | 326.54 | 0.6 | 0.34 |
| Hex | 8A | 22 | 5C | 0 | 4B | 21 | 2E | 147 | 3C | 22 |
| Octal | 212 | 42 | 134 | 0 | 113 | 41 | 56 | 507 | 74 | 42 |
| Binary | 10001010 | 100010 | 1011100 | 0 | 1001011 | 100001 | 101110 | 101000111 | 111100 | 100010 |
Color Harmonies of #8A225C
Complementary color
Monochromatic Colors of #8A225C
Black with #8A225C
Text Example
Text Example
White with #8A225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A225C; }
p { color: rgb(138,34,92); }
H1.HeaderClassName
{
color: #8A225C;
}
.AnyTagClassName
{
color: #8A225C;
}
</style>
background-color css
<style>
a { background-color: #8A225C; }
a { background-color: rgb(138,34,92); }
div.DivClassName
{
background-color: #8A225C;
}
.BgClassName
{
background-color: #8A225C;
}
</style>
border-color css
<style>
span { border-color: #8A225C; }
span { border-color: rgb(138,34,92); }
td.TdClassName
{
border-color: #8A225C;
}
.TagClassName
{
border-color: #8A225C;
}
</style>