Shades of Rose Bud Cherry #8D2262
Tints of Rose Bud Cherry #8D2262
RGB
CMYK
RGB Variations
Color information
#8D2262 (or 0x8D2262) is known color: Rose Bud Cherry. HEX triplet: 8D, 22 and 62. RGB value is (141,34,98). Sum of RGB (Red+Green+Blue) = 141+34+98=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2262 is #72DD9D. Grayscale: #494949. Windows color (decimal): -7527838 or 6431373. OLE color: 6431373.
HSL color Cylindrical-coordinate representation of color #8D2262: hue angle of 324.11º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2262 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 98 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.45 |
| HSL | 324.11º | 0.61% | 0.34% | - |
| HSV(B) | 324.11º | 0.76% | 0.55% | - |
| XYZ | 13.76 | 7.69 | 12.31 | - |
| YUV | 73.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 98 | 0 | 0.76 | 0.30 | 0.45 | 324.11 | 0.61 | 0.34 |
| Hex | 8D | 22 | 62 | 0 | 4C | 1E | 2D | 144 | 3D | 22 |
| Octal | 215 | 42 | 142 | 0 | 114 | 36 | 55 | 504 | 75 | 42 |
| Binary | 10001101 | 100010 | 1100010 | 0 | 1001100 | 11110 | 101101 | 101000100 | 111101 | 100010 |
Color Harmonies of #8D2262
Complementary color
Monochromatic Colors of #8D2262
Black with #8D2262
Text Example
Text Example
White with #8D2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2262; }
p { color: rgb(141,34,98); }
H1.HeaderClassName
{
color: #8D2262;
}
.AnyTagClassName
{
color: #8D2262;
}
</style>
background-color css
<style>
a { background-color: #8D2262; }
a { background-color: rgb(141,34,98); }
div.DivClassName
{
background-color: #8D2262;
}
.BgClassName
{
background-color: #8D2262;
}
</style>
border-color css
<style>
span { border-color: #8D2262; }
span { border-color: rgb(141,34,98); }
td.TdClassName
{
border-color: #8D2262;
}
.TagClassName
{
border-color: #8D2262;
}
</style>