Shades of Rose Bud Cherry #8B2262
Tints of Rose Bud Cherry #8B2262
RGB
CMYK
RGB Variations
Color information
#8B2262 (or 0x8B2262) is known color: Rose Bud Cherry. HEX triplet: 8B, 22 and 62. RGB value is (139,34,98). Sum of RGB (Red+Green+Blue) = 139+34+98=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2262 is #74DD9D. Grayscale: #484848. Windows color (decimal): -7658910 or 6431371. OLE color: 6431371.
HSL color Cylindrical-coordinate representation of color #8B2262: hue angle of 323.43º 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 #8B2262 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 98 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.45 |
| HSL | 323.43º | 0.61% | 0.34% | - |
| HSV(B) | 323.43º | 0.76% | 0.55% | - |
| XYZ | 13.42 | 7.51 | 12.3 | - |
| YUV | 72.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 98 | 0 | 0.76 | 0.29 | 0.45 | 323.43 | 0.61 | 0.34 |
| Hex | 8B | 22 | 62 | 0 | 4C | 1D | 2D | 143 | 3D | 22 |
| Octal | 213 | 42 | 142 | 0 | 114 | 35 | 55 | 503 | 75 | 42 |
| Binary | 10001011 | 100010 | 1100010 | 0 | 1001100 | 11101 | 101101 | 101000011 | 111101 | 100010 |
Color Harmonies of #8B2262
Complementary color
Monochromatic Colors of #8B2262
Black with #8B2262
Text Example
Text Example
White with #8B2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2262; }
p { color: rgb(139,34,98); }
H1.HeaderClassName
{
color: #8B2262;
}
.AnyTagClassName
{
color: #8B2262;
}
</style>
background-color css
<style>
a { background-color: #8B2262; }
a { background-color: rgb(139,34,98); }
div.DivClassName
{
background-color: #8B2262;
}
.BgClassName
{
background-color: #8B2262;
}
</style>
border-color css
<style>
span { border-color: #8B2262; }
span { border-color: rgb(139,34,98); }
td.TdClassName
{
border-color: #8B2262;
}
.TagClassName
{
border-color: #8B2262;
}
</style>