Shades of Rose Bud Cherry #8B2462
Tints of Rose Bud Cherry #8B2462
RGB
CMYK
RGB Variations
Color information
#8B2462 (or 0x8B2462) is known color: Rose Bud Cherry. HEX triplet: 8B, 24 and 62. RGB value is (139,36,98). Sum of RGB (Red+Green+Blue) = 139+36+98=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2462 is #74DB9D. Grayscale: #494949. Windows color (decimal): -7658398 or 6431883. OLE color: 6431883.
HSL color Cylindrical-coordinate representation of color #8B2462: hue angle of 323.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2462 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 98 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.45 |
| HSL | 323.88º | 0.59% | 0.34% | - |
| HSV(B) | 323.88º | 0.74% | 0.55% | - |
| XYZ | 13.48 | 7.63 | 12.32 | - |
| YUV | 73.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 98 | 0 | 0.74 | 0.29 | 0.45 | 323.88 | 0.59 | 0.34 |
| Hex | 8B | 24 | 62 | 0 | 4A | 1D | 2D | 144 | 3B | 22 |
| Octal | 213 | 44 | 142 | 0 | 112 | 35 | 55 | 504 | 73 | 42 |
| Binary | 10001011 | 100100 | 1100010 | 0 | 1001010 | 11101 | 101101 | 101000100 | 111011 | 100010 |
Color Harmonies of #8B2462
Complementary color
Monochromatic Colors of #8B2462
Black with #8B2462
Text Example
Text Example
White with #8B2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2462; }
p { color: rgb(139,36,98); }
H1.HeaderClassName
{
color: #8B2462;
}
.AnyTagClassName
{
color: #8B2462;
}
</style>
background-color css
<style>
a { background-color: #8B2462; }
a { background-color: rgb(139,36,98); }
div.DivClassName
{
background-color: #8B2462;
}
.BgClassName
{
background-color: #8B2462;
}
</style>
border-color css
<style>
span { border-color: #8B2462; }
span { border-color: rgb(139,36,98); }
td.TdClassName
{
border-color: #8B2462;
}
.TagClassName
{
border-color: #8B2462;
}
</style>