Shades of Rose Bud Cherry #8A1C56
Tints of Rose Bud Cherry #8A1C56
RGB
CMYK
RGB Variations
Color information
#8A1C56 (or 0x8A1C56) is known color: Rose Bud Cherry. HEX triplet: 8A, 1C and 56. RGB value is (138,28,86). Sum of RGB (Red+Green+Blue) = 138+28+86=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C56 is #75E3A9. Grayscale: #434343. Windows color (decimal): -7725994 or 5643402. OLE color: 5643402.
HSL color Cylindrical-coordinate representation of color #8A1C56: hue angle of 328.36º 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 #8A1C56 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 86 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.46 |
| HSL | 328.36º | 0.66% | 0.33% | - |
| HSV(B) | 328.36º | 0.8% | 0.54% | - |
| XYZ | 12.58 | 6.91 | 9.47 | - |
| YUV | 67.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 86 | 0 | 0.80 | 0.38 | 0.46 | 328.36 | 0.66 | 0.33 |
| Hex | 8A | 1C | 56 | 0 | 50 | 26 | 2E | 148 | 42 | 21 |
| Octal | 212 | 34 | 126 | 0 | 120 | 46 | 56 | 510 | 102 | 41 |
| Binary | 10001010 | 11100 | 1010110 | 0 | 1010000 | 100110 | 101110 | 101001000 | 1000010 | 100001 |
Color Harmonies of #8A1C56
Complementary color
Monochromatic Colors of #8A1C56
Black with #8A1C56
Text Example
Text Example
White with #8A1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C56; }
p { color: rgb(138,28,86); }
H1.HeaderClassName
{
color: #8A1C56;
}
.AnyTagClassName
{
color: #8A1C56;
}
</style>
background-color css
<style>
a { background-color: #8A1C56; }
a { background-color: rgb(138,28,86); }
div.DivClassName
{
background-color: #8A1C56;
}
.BgClassName
{
background-color: #8A1C56;
}
</style>
border-color css
<style>
span { border-color: #8A1C56; }
span { border-color: rgb(138,28,86); }
td.TdClassName
{
border-color: #8A1C56;
}
.TagClassName
{
border-color: #8A1C56;
}
</style>