Shades of Rose Bud Cherry #8A1C55
Tints of Rose Bud Cherry #8A1C55
RGB
CMYK
RGB Variations
Color information
#8A1C55 (or 0x8A1C55) is known color: Rose Bud Cherry. HEX triplet: 8A, 1C and 55. RGB value is (138,28,85). Sum of RGB (Red+Green+Blue) = 138+28+85=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C55 is #75E3AA. Grayscale: #434343. Windows color (decimal): -7725995 or 5577866. OLE color: 5577866.
HSL color Cylindrical-coordinate representation of color #8A1C55: hue angle of 328.91º 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 #8A1C55 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 85 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.46 |
| HSL | 328.91º | 0.66% | 0.33% | - |
| HSV(B) | 328.91º | 0.8% | 0.54% | - |
| XYZ | 12.54 | 6.89 | 9.26 | - |
| YUV | 67.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 85 | 0 | 0.80 | 0.38 | 0.46 | 328.91 | 0.66 | 0.33 |
| Hex | 8A | 1C | 55 | 0 | 50 | 26 | 2E | 149 | 42 | 21 |
| Octal | 212 | 34 | 125 | 0 | 120 | 46 | 56 | 511 | 102 | 41 |
| Binary | 10001010 | 11100 | 1010101 | 0 | 1010000 | 100110 | 101110 | 101001001 | 1000010 | 100001 |
Color Harmonies of #8A1C55
Complementary color
Monochromatic Colors of #8A1C55
Black with #8A1C55
Text Example
Text Example
White with #8A1C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C55; }
p { color: rgb(138,28,85); }
H1.HeaderClassName
{
color: #8A1C55;
}
.AnyTagClassName
{
color: #8A1C55;
}
</style>
background-color css
<style>
a { background-color: #8A1C55; }
a { background-color: rgb(138,28,85); }
div.DivClassName
{
background-color: #8A1C55;
}
.BgClassName
{
background-color: #8A1C55;
}
</style>
border-color css
<style>
span { border-color: #8A1C55; }
span { border-color: rgb(138,28,85); }
td.TdClassName
{
border-color: #8A1C55;
}
.TagClassName
{
border-color: #8A1C55;
}
</style>