Shades of Rose Bud Cherry #8A3A5B
Tints of Rose Bud Cherry #8A3A5B
RGB
CMYK
RGB Variations
Color information
#8A3A5B (or 0x8A3A5B) is known color: Rose Bud Cherry. HEX triplet: 8A, 3A and 5B. RGB value is (138,58,91). Sum of RGB (Red+Green+Blue) = 138+58+91=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A5B is #75C5A4. Grayscale: #555555. Windows color (decimal): -7718309 or 5978762. OLE color: 5978762.
HSL color Cylindrical-coordinate representation of color #8A3A5B: hue angle of 335.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A5B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 91 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.46 |
| HSL | 335.25º | 0.41% | 0.38% | - |
| HSV(B) | 335.25º | 0.58% | 0.54% | - |
| XYZ | 13.88 | 9.18 | 10.94 | - |
| YUV | 85.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 91 | 0 | 0.58 | 0.34 | 0.46 | 335.25 | 0.41 | 0.38 |
| Hex | 8A | 3A | 5B | 0 | 3A | 22 | 2E | 14F | 29 | 26 |
| Octal | 212 | 72 | 133 | 0 | 72 | 42 | 56 | 517 | 51 | 46 |
| Binary | 10001010 | 111010 | 1011011 | 0 | 111010 | 100010 | 101110 | 101001111 | 101001 | 100110 |
Color Harmonies of #8A3A5B
Complementary color
Monochromatic Colors of #8A3A5B
Black with #8A3A5B
Text Example
Text Example
White with #8A3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A5B; }
p { color: rgb(138,58,91); }
H1.HeaderClassName
{
color: #8A3A5B;
}
.AnyTagClassName
{
color: #8A3A5B;
}
</style>
background-color css
<style>
a { background-color: #8A3A5B; }
a { background-color: rgb(138,58,91); }
div.DivClassName
{
background-color: #8A3A5B;
}
.BgClassName
{
background-color: #8A3A5B;
}
</style>
border-color css
<style>
span { border-color: #8A3A5B; }
span { border-color: rgb(138,58,91); }
td.TdClassName
{
border-color: #8A3A5B;
}
.TagClassName
{
border-color: #8A3A5B;
}
</style>