Shades of Rose Bud Cherry #8A1C5E
Tints of Rose Bud Cherry #8A1C5E
RGB
CMYK
RGB Variations
Color information
#8A1C5E (or 0x8A1C5E) is known color: Rose Bud Cherry. HEX triplet: 8A, 1C and 5E. RGB value is (138,28,94). Sum of RGB (Red+Green+Blue) = 138+28+94=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C5E is #75E3A1. Grayscale: #444444. Windows color (decimal): -7725986 or 6167690. OLE color: 6167690.
HSL color Cylindrical-coordinate representation of color #8A1C5E: hue angle of 324º 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 #8A1C5E is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 94 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.46 |
| HSL | 324º | 0.66% | 0.33% | - |
| HSV(B) | 324º | 0.8% | 0.54% | - |
| XYZ | 12.92 | 7.04 | 11.27 | - |
| YUV | 68.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 94 | 0 | 0.80 | 0.32 | 0.46 | 324 | 0.66 | 0.33 |
| Hex | 8A | 1C | 5E | 0 | 50 | 20 | 2E | 144 | 42 | 21 |
| Octal | 212 | 34 | 136 | 0 | 120 | 40 | 56 | 504 | 102 | 41 |
| Binary | 10001010 | 11100 | 1011110 | 0 | 1010000 | 100000 | 101110 | 101000100 | 1000010 | 100001 |
Color Harmonies of #8A1C5E
Complementary color
Monochromatic Colors of #8A1C5E
Black with #8A1C5E
Text Example
Text Example
White with #8A1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C5E; }
p { color: rgb(138,28,94); }
H1.HeaderClassName
{
color: #8A1C5E;
}
.AnyTagClassName
{
color: #8A1C5E;
}
</style>
background-color css
<style>
a { background-color: #8A1C5E; }
a { background-color: rgb(138,28,94); }
div.DivClassName
{
background-color: #8A1C5E;
}
.BgClassName
{
background-color: #8A1C5E;
}
</style>
border-color css
<style>
span { border-color: #8A1C5E; }
span { border-color: rgb(138,28,94); }
td.TdClassName
{
border-color: #8A1C5E;
}
.TagClassName
{
border-color: #8A1C5E;
}
</style>