Shades of Rose Bud Cherry #8A2153
Tints of Rose Bud Cherry #8A2153
RGB
CMYK
RGB Variations
Color information
#8A2153 (or 0x8A2153) is known color: Rose Bud Cherry. HEX triplet: 8A, 21 and 53. RGB value is (138,33,83). Sum of RGB (Red+Green+Blue) = 138+33+83=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2153 is #75DEAC. Grayscale: #464646. Windows color (decimal): -7724717 or 5448074. OLE color: 5448074.
HSL color Cylindrical-coordinate representation of color #8A2153: hue angle of 331.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2153 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 33 | 83 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.46 |
| HSL | 331.43º | 0.61% | 0.34% | - |
| HSV(B) | 331.43º | 0.76% | 0.54% | - |
| XYZ | 12.59 | 7.12 | 8.89 | - |
| YUV | 70.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 83 | 0 | 0.76 | 0.40 | 0.46 | 331.43 | 0.61 | 0.34 |
| Hex | 8A | 21 | 53 | 0 | 4C | 28 | 2E | 14B | 3D | 22 |
| Octal | 212 | 41 | 123 | 0 | 114 | 50 | 56 | 513 | 75 | 42 |
| Binary | 10001010 | 100001 | 1010011 | 0 | 1001100 | 101000 | 101110 | 101001011 | 111101 | 100010 |
Color Harmonies of #8A2153
Complementary color
Monochromatic Colors of #8A2153
Black with #8A2153
Text Example
Text Example
White with #8A2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2153; }
p { color: rgb(138,33,83); }
H1.HeaderClassName
{
color: #8A2153;
}
.AnyTagClassName
{
color: #8A2153;
}
</style>
background-color css
<style>
a { background-color: #8A2153; }
a { background-color: rgb(138,33,83); }
div.DivClassName
{
background-color: #8A2153;
}
.BgClassName
{
background-color: #8A2153;
}
</style>
border-color css
<style>
span { border-color: #8A2153; }
span { border-color: rgb(138,33,83); }
td.TdClassName
{
border-color: #8A2153;
}
.TagClassName
{
border-color: #8A2153;
}
</style>