Shades of Rose Bud Cherry #8A2363
Tints of Rose Bud Cherry #8A2363
RGB
CMYK
RGB Variations
Color information
#8A2363 (or 0x8A2363) is known color: Rose Bud Cherry. HEX triplet: 8A, 23 and 63. RGB value is (138,35,99). Sum of RGB (Red+Green+Blue) = 138+35+99=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2363 is #75DC9C. Grayscale: #484848. Windows color (decimal): -7724189 or 6497162. OLE color: 6497162.
HSL color Cylindrical-coordinate representation of color #8A2363: hue angle of 322.72º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2363 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 99 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.46 |
| HSL | 322.72º | 0.6% | 0.34% | - |
| HSV(B) | 322.72º | 0.75% | 0.54% | - |
| XYZ | 13.33 | 7.51 | 12.55 | - |
| YUV | 73.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 99 | 0 | 0.75 | 0.28 | 0.46 | 322.72 | 0.6 | 0.34 |
| Hex | 8A | 23 | 63 | 0 | 4B | 1C | 2E | 143 | 3C | 22 |
| Octal | 212 | 43 | 143 | 0 | 113 | 34 | 56 | 503 | 74 | 42 |
| Binary | 10001010 | 100011 | 1100011 | 0 | 1001011 | 11100 | 101110 | 101000011 | 111100 | 100010 |
Color Harmonies of #8A2363
Complementary color
Monochromatic Colors of #8A2363
Black with #8A2363
Text Example
Text Example
White with #8A2363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2363; }
p { color: rgb(138,35,99); }
H1.HeaderClassName
{
color: #8A2363;
}
.AnyTagClassName
{
color: #8A2363;
}
</style>
background-color css
<style>
a { background-color: #8A2363; }
a { background-color: rgb(138,35,99); }
div.DivClassName
{
background-color: #8A2363;
}
.BgClassName
{
background-color: #8A2363;
}
</style>
border-color css
<style>
span { border-color: #8A2363; }
span { border-color: rgb(138,35,99); }
td.TdClassName
{
border-color: #8A2363;
}
.TagClassName
{
border-color: #8A2363;
}
</style>