Shades of Rose Bud Cherry #8A2D5F
Tints of Rose Bud Cherry #8A2D5F
RGB
CMYK
RGB Variations
Color information
#8A2D5F (or 0x8A2D5F) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 5F. RGB value is (138,45,95). Sum of RGB (Red+Green+Blue) = 138+45+95=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D5F is #75D2A0. Grayscale: #4E4E4E. Windows color (decimal): -7721633 or 6237578. OLE color: 6237578.
HSL color Cylindrical-coordinate representation of color #8A2D5F: hue angle of 327.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D5F is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 95 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.46 |
| HSL | 327.74º | 0.51% | 0.36% | - |
| HSV(B) | 327.74º | 0.67% | 0.54% | - |
| XYZ | 13.49 | 8.11 | 11.68 | - |
| YUV | 78.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 95 | 0 | 0.67 | 0.31 | 0.46 | 327.74 | 0.51 | 0.36 |
| Hex | 8A | 2D | 5F | 0 | 43 | 1F | 2E | 148 | 33 | 24 |
| Octal | 212 | 55 | 137 | 0 | 103 | 37 | 56 | 510 | 63 | 44 |
| Binary | 10001010 | 101101 | 1011111 | 0 | 1000011 | 11111 | 101110 | 101001000 | 110011 | 100100 |
Color Harmonies of #8A2D5F
Complementary color
Monochromatic Colors of #8A2D5F
Black with #8A2D5F
Text Example
Text Example
White with #8A2D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D5F; }
p { color: rgb(138,45,95); }
H1.HeaderClassName
{
color: #8A2D5F;
}
.AnyTagClassName
{
color: #8A2D5F;
}
</style>
background-color css
<style>
a { background-color: #8A2D5F; }
a { background-color: rgb(138,45,95); }
div.DivClassName
{
background-color: #8A2D5F;
}
.BgClassName
{
background-color: #8A2D5F;
}
</style>
border-color css
<style>
span { border-color: #8A2D5F; }
span { border-color: rgb(138,45,95); }
td.TdClassName
{
border-color: #8A2D5F;
}
.TagClassName
{
border-color: #8A2D5F;
}
</style>