Shades of Rose Bud Cherry #8A1A4D
Tints of Rose Bud Cherry #8A1A4D
RGB
CMYK
RGB Variations
Color information
#8A1A4D (or 0x8A1A4D) is known color: Rose Bud Cherry. HEX triplet: 8A, 1A and 4D. RGB value is (138,26,77). Sum of RGB (Red+Green+Blue) = 138+26+77=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A4D is #75E5B2. Grayscale: #414141. Windows color (decimal): -7726515 or 5053066. OLE color: 5053066.
HSL color Cylindrical-coordinate representation of color #8A1A4D: hue angle of 332.68º 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 #8A1A4D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 77 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.46 |
| HSL | 332.68º | 0.68% | 0.32% | - |
| HSV(B) | 332.68º | 0.81% | 0.54% | - |
| XYZ | 12.19 | 6.68 | 7.67 | - |
| YUV | 65.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 77 | 0 | 0.81 | 0.44 | 0.46 | 332.68 | 0.68 | 0.32 |
| Hex | 8A | 1A | 4D | 0 | 51 | 2C | 2E | 14D | 44 | 20 |
| Octal | 212 | 32 | 115 | 0 | 121 | 54 | 56 | 515 | 104 | 40 |
| Binary | 10001010 | 11010 | 1001101 | 0 | 1010001 | 101100 | 101110 | 101001101 | 1000100 | 100000 |
Color Harmonies of #8A1A4D
Complementary color
Monochromatic Colors of #8A1A4D
Black with #8A1A4D
Text Example
Text Example
White with #8A1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A4D; }
p { color: rgb(138,26,77); }
H1.HeaderClassName
{
color: #8A1A4D;
}
.AnyTagClassName
{
color: #8A1A4D;
}
</style>
background-color css
<style>
a { background-color: #8A1A4D; }
a { background-color: rgb(138,26,77); }
div.DivClassName
{
background-color: #8A1A4D;
}
.BgClassName
{
background-color: #8A1A4D;
}
</style>
border-color css
<style>
span { border-color: #8A1A4D; }
span { border-color: rgb(138,26,77); }
td.TdClassName
{
border-color: #8A1A4D;
}
.TagClassName
{
border-color: #8A1A4D;
}
</style>