Shades of Rose Bud Cherry #8A1C5C
Tints of Rose Bud Cherry #8A1C5C
RGB
CMYK
RGB Variations
Color information
#8A1C5C (or 0x8A1C5C) is known color: Rose Bud Cherry. HEX triplet: 8A, 1C and 5C. RGB value is (138,28,92). Sum of RGB (Red+Green+Blue) = 138+28+92=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C5C is #75E3A3. Grayscale: #444444. Windows color (decimal): -7725988 or 6036618. OLE color: 6036618.
HSL color Cylindrical-coordinate representation of color #8A1C5C: hue angle of 325.09º 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 #8A1C5C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 92 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.46 |
| HSL | 325.09º | 0.66% | 0.33% | - |
| HSV(B) | 325.09º | 0.8% | 0.54% | - |
| XYZ | 12.83 | 7.01 | 10.8 | - |
| YUV | 68.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 92 | 0 | 0.80 | 0.33 | 0.46 | 325.09 | 0.66 | 0.33 |
| Hex | 8A | 1C | 5C | 0 | 50 | 21 | 2E | 145 | 42 | 21 |
| Octal | 212 | 34 | 134 | 0 | 120 | 41 | 56 | 505 | 102 | 41 |
| Binary | 10001010 | 11100 | 1011100 | 0 | 1010000 | 100001 | 101110 | 101000101 | 1000010 | 100001 |
Color Harmonies of #8A1C5C
Complementary color
Monochromatic Colors of #8A1C5C
Black with #8A1C5C
Text Example
Text Example
White with #8A1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C5C; }
p { color: rgb(138,28,92); }
H1.HeaderClassName
{
color: #8A1C5C;
}
.AnyTagClassName
{
color: #8A1C5C;
}
</style>
background-color css
<style>
a { background-color: #8A1C5C; }
a { background-color: rgb(138,28,92); }
div.DivClassName
{
background-color: #8A1C5C;
}
.BgClassName
{
background-color: #8A1C5C;
}
</style>
border-color css
<style>
span { border-color: #8A1C5C; }
span { border-color: rgb(138,28,92); }
td.TdClassName
{
border-color: #8A1C5C;
}
.TagClassName
{
border-color: #8A1C5C;
}
</style>