Shades of Rose Bud Cherry #8A1C53
Tints of Rose Bud Cherry #8A1C53
RGB
CMYK
RGB Variations
Color information
#8A1C53 (or 0x8A1C53) is known color: Rose Bud Cherry. HEX triplet: 8A, 1C and 53. RGB value is (138,28,83). Sum of RGB (Red+Green+Blue) = 138+28+83=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C53 is #75E3AC. Grayscale: #434343. Windows color (decimal): -7725997 or 5446794. OLE color: 5446794.
HSL color Cylindrical-coordinate representation of color #8A1C53: hue angle of 330º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C53 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 83 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.46 |
| HSL | 330º | 0.66% | 0.33% | - |
| HSV(B) | 330º | 0.8% | 0.54% | - |
| XYZ | 12.46 | 6.86 | 8.85 | - |
| YUV | 67.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 83 | 0 | 0.80 | 0.40 | 0.46 | 330 | 0.66 | 0.33 |
| Hex | 8A | 1C | 53 | 0 | 50 | 28 | 2E | 14A | 42 | 21 |
| Octal | 212 | 34 | 123 | 0 | 120 | 50 | 56 | 512 | 102 | 41 |
| Binary | 10001010 | 11100 | 1010011 | 0 | 1010000 | 101000 | 101110 | 101001010 | 1000010 | 100001 |
Color Harmonies of #8A1C53
Complementary color
Monochromatic Colors of #8A1C53
Black with #8A1C53
Text Example
Text Example
White with #8A1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C53; }
p { color: rgb(138,28,83); }
H1.HeaderClassName
{
color: #8A1C53;
}
.AnyTagClassName
{
color: #8A1C53;
}
</style>
background-color css
<style>
a { background-color: #8A1C53; }
a { background-color: rgb(138,28,83); }
div.DivClassName
{
background-color: #8A1C53;
}
.BgClassName
{
background-color: #8A1C53;
}
</style>
border-color css
<style>
span { border-color: #8A1C53; }
span { border-color: rgb(138,28,83); }
td.TdClassName
{
border-color: #8A1C53;
}
.TagClassName
{
border-color: #8A1C53;
}
</style>