Shades of Rose Bud Cherry #8A1B51
Tints of Rose Bud Cherry #8A1B51
RGB
CMYK
RGB Variations
Color information
#8A1B51 (or 0x8A1B51) is known color: Rose Bud Cherry. HEX triplet: 8A, 1B and 51. RGB value is (138,27,81). Sum of RGB (Red+Green+Blue) = 138+27+81=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1B51 is #75E4AE. Grayscale: #424242. Windows color (decimal): -7726255 or 5315466. OLE color: 5315466.
HSL color Cylindrical-coordinate representation of color #8A1B51: hue angle of 330.81º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B51 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 81 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.46 |
| HSL | 330.81º | 0.67% | 0.32% | - |
| HSV(B) | 330.81º | 0.8% | 0.54% | - |
| XYZ | 12.36 | 6.78 | 8.44 | - |
| YUV | 66.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 81 | 0 | 0.80 | 0.41 | 0.46 | 330.81 | 0.67 | 0.32 |
| Hex | 8A | 1B | 51 | 0 | 50 | 29 | 2E | 14B | 43 | 20 |
| Octal | 212 | 33 | 121 | 0 | 120 | 51 | 56 | 513 | 103 | 40 |
| Binary | 10001010 | 11011 | 1010001 | 0 | 1010000 | 101001 | 101110 | 101001011 | 1000011 | 100000 |
Color Harmonies of #8A1B51
Complementary color
Monochromatic Colors of #8A1B51
Black with #8A1B51
Text Example
Text Example
White with #8A1B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B51; }
p { color: rgb(138,27,81); }
H1.HeaderClassName
{
color: #8A1B51;
}
.AnyTagClassName
{
color: #8A1B51;
}
</style>
background-color css
<style>
a { background-color: #8A1B51; }
a { background-color: rgb(138,27,81); }
div.DivClassName
{
background-color: #8A1B51;
}
.BgClassName
{
background-color: #8A1B51;
}
</style>
border-color css
<style>
span { border-color: #8A1B51; }
span { border-color: rgb(138,27,81); }
td.TdClassName
{
border-color: #8A1B51;
}
.TagClassName
{
border-color: #8A1B51;
}
</style>