Shades of Rose Bud Cherry #8A225F
Tints of Rose Bud Cherry #8A225F
RGB
CMYK
RGB Variations
Color information
#8A225F (or 0x8A225F) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 5F. RGB value is (138,34,95). Sum of RGB (Red+Green+Blue) = 138+34+95=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225F is #75DDA0. Grayscale: #474747. Windows color (decimal): -7724449 or 6234762. OLE color: 6234762.
HSL color Cylindrical-coordinate representation of color #8A225F: hue angle of 324.81º 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 #8A225F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 95 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.46 |
| HSL | 324.81º | 0.6% | 0.34% | - |
| HSV(B) | 324.81º | 0.75% | 0.54% | - |
| XYZ | 13.12 | 7.37 | 11.56 | - |
| YUV | 72.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 95 | 0 | 0.75 | 0.31 | 0.46 | 324.81 | 0.6 | 0.34 |
| Hex | 8A | 22 | 5F | 0 | 4B | 1F | 2E | 145 | 3C | 22 |
| Octal | 212 | 42 | 137 | 0 | 113 | 37 | 56 | 505 | 74 | 42 |
| Binary | 10001010 | 100010 | 1011111 | 0 | 1001011 | 11111 | 101110 | 101000101 | 111100 | 100010 |
Color Harmonies of #8A225F
Complementary color
Monochromatic Colors of #8A225F
Black with #8A225F
Text Example
Text Example
White with #8A225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A225F; }
p { color: rgb(138,34,95); }
H1.HeaderClassName
{
color: #8A225F;
}
.AnyTagClassName
{
color: #8A225F;
}
</style>
background-color css
<style>
a { background-color: #8A225F; }
a { background-color: rgb(138,34,95); }
div.DivClassName
{
background-color: #8A225F;
}
.BgClassName
{
background-color: #8A225F;
}
</style>
border-color css
<style>
span { border-color: #8A225F; }
span { border-color: rgb(138,34,95); }
td.TdClassName
{
border-color: #8A225F;
}
.TagClassName
{
border-color: #8A225F;
}
</style>