Shades of Rose Bud Cherry #8A1A52
Tints of Rose Bud Cherry #8A1A52
RGB
CMYK
RGB Variations
Color information
#8A1A52 (or 0x8A1A52) is known color: Rose Bud Cherry. HEX triplet: 8A, 1A and 52. RGB value is (138,26,82). Sum of RGB (Red+Green+Blue) = 138+26+82=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A52 is #75E5AD. Grayscale: #414141. Windows color (decimal): -7726510 or 5380746. OLE color: 5380746.
HSL color Cylindrical-coordinate representation of color #8A1A52: hue angle of 330º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A52 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 82 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.46 |
| HSL | 330º | 0.68% | 0.32% | - |
| HSV(B) | 330º | 0.81% | 0.54% | - |
| XYZ | 12.37 | 6.75 | 8.63 | - |
| YUV | 65.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 82 | 0 | 0.81 | 0.41 | 0.46 | 330 | 0.68 | 0.32 |
| Hex | 8A | 1A | 52 | 0 | 51 | 29 | 2E | 14A | 44 | 20 |
| Octal | 212 | 32 | 122 | 0 | 121 | 51 | 56 | 512 | 104 | 40 |
| Binary | 10001010 | 11010 | 1010010 | 0 | 1010001 | 101001 | 101110 | 101001010 | 1000100 | 100000 |
Color Harmonies of #8A1A52
Complementary color
Monochromatic Colors of #8A1A52
Black with #8A1A52
Text Example
Text Example
White with #8A1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A52; }
p { color: rgb(138,26,82); }
H1.HeaderClassName
{
color: #8A1A52;
}
.AnyTagClassName
{
color: #8A1A52;
}
</style>
background-color css
<style>
a { background-color: #8A1A52; }
a { background-color: rgb(138,26,82); }
div.DivClassName
{
background-color: #8A1A52;
}
.BgClassName
{
background-color: #8A1A52;
}
</style>
border-color css
<style>
span { border-color: #8A1A52; }
span { border-color: rgb(138,26,82); }
td.TdClassName
{
border-color: #8A1A52;
}
.TagClassName
{
border-color: #8A1A52;
}
</style>