Shades of Rose Bud Cherry #8A1C59
Tints of Rose Bud Cherry #8A1C59
RGB
CMYK
RGB Variations
Color information
#8A1C59 (or 0x8A1C59) is known color: Rose Bud Cherry. HEX triplet: 8A, 1C and 59. RGB value is (138,28,89). Sum of RGB (Red+Green+Blue) = 138+28+89=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C59 is #75E3A6. Grayscale: #434343. Windows color (decimal): -7725991 or 5840010. OLE color: 5840010.
HSL color Cylindrical-coordinate representation of color #8A1C59: hue angle of 326.73º 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 #8A1C59 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 89 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.46 |
| HSL | 326.73º | 0.66% | 0.33% | - |
| HSV(B) | 326.73º | 0.8% | 0.54% | - |
| XYZ | 12.7 | 6.96 | 10.12 | - |
| YUV | 67.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 89 | 0 | 0.80 | 0.36 | 0.46 | 326.73 | 0.66 | 0.33 |
| Hex | 8A | 1C | 59 | 0 | 50 | 24 | 2E | 147 | 42 | 21 |
| Octal | 212 | 34 | 131 | 0 | 120 | 44 | 56 | 507 | 102 | 41 |
| Binary | 10001010 | 11100 | 1011001 | 0 | 1010000 | 100100 | 101110 | 101000111 | 1000010 | 100001 |
Color Harmonies of #8A1C59
Complementary color
Monochromatic Colors of #8A1C59
Black with #8A1C59
Text Example
Text Example
White with #8A1C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C59; }
p { color: rgb(138,28,89); }
H1.HeaderClassName
{
color: #8A1C59;
}
.AnyTagClassName
{
color: #8A1C59;
}
</style>
background-color css
<style>
a { background-color: #8A1C59; }
a { background-color: rgb(138,28,89); }
div.DivClassName
{
background-color: #8A1C59;
}
.BgClassName
{
background-color: #8A1C59;
}
</style>
border-color css
<style>
span { border-color: #8A1C59; }
span { border-color: rgb(138,28,89); }
td.TdClassName
{
border-color: #8A1C59;
}
.TagClassName
{
border-color: #8A1C59;
}
</style>