Shades of Rose Bud Cherry #8A2D62
Tints of Rose Bud Cherry #8A2D62
RGB
CMYK
RGB Variations
Color information
#8A2D62 (or 0x8A2D62) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 62. RGB value is (138,45,98). Sum of RGB (Red+Green+Blue) = 138+45+98=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D62 is #75D29D. Grayscale: #4E4E4E. Windows color (decimal): -7721630 or 6434186. OLE color: 6434186.
HSL color Cylindrical-coordinate representation of color #8A2D62: hue angle of 325.81º 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 #8A2D62 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 98 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.46 |
| HSL | 325.81º | 0.51% | 0.36% | - |
| HSV(B) | 325.81º | 0.67% | 0.54% | - |
| XYZ | 13.62 | 8.16 | 12.41 | - |
| YUV | 78.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 98 | 0 | 0.67 | 0.29 | 0.46 | 325.81 | 0.51 | 0.36 |
| Hex | 8A | 2D | 62 | 0 | 43 | 1D | 2E | 146 | 33 | 24 |
| Octal | 212 | 55 | 142 | 0 | 103 | 35 | 56 | 506 | 63 | 44 |
| Binary | 10001010 | 101101 | 1100010 | 0 | 1000011 | 11101 | 101110 | 101000110 | 110011 | 100100 |
Color Harmonies of #8A2D62
Complementary color
Monochromatic Colors of #8A2D62
Black with #8A2D62
Text Example
Text Example
White with #8A2D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D62; }
p { color: rgb(138,45,98); }
H1.HeaderClassName
{
color: #8A2D62;
}
.AnyTagClassName
{
color: #8A2D62;
}
</style>
background-color css
<style>
a { background-color: #8A2D62; }
a { background-color: rgb(138,45,98); }
div.DivClassName
{
background-color: #8A2D62;
}
.BgClassName
{
background-color: #8A2D62;
}
</style>
border-color css
<style>
span { border-color: #8A2D62; }
span { border-color: rgb(138,45,98); }
td.TdClassName
{
border-color: #8A2D62;
}
.TagClassName
{
border-color: #8A2D62;
}
</style>