Shades of Rose Bud Cherry #8B1855
Tints of Rose Bud Cherry #8B1855
RGB
CMYK
RGB Variations
Color information
#8B1855 (or 0x8B1855) is known color: Rose Bud Cherry. HEX triplet: 8B, 18 and 55. RGB value is (139,24,85). Sum of RGB (Red+Green+Blue) = 139+24+85=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1855 is #74E7AA. Grayscale: #414141. Windows color (decimal): -7661483 or 5576843. OLE color: 5576843.
HSL color Cylindrical-coordinate representation of color #8B1855: hue angle of 328.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1855 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 85 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.45 |
| HSL | 328.17º | 0.71% | 0.32% | - |
| HSV(B) | 328.17º | 0.83% | 0.55% | - |
| XYZ | 12.61 | 6.8 | 9.24 | - |
| YUV | 65.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 85 | 0 | 0.83 | 0.39 | 0.45 | 328.17 | 0.71 | 0.32 |
| Hex | 8B | 18 | 55 | 0 | 53 | 27 | 2D | 148 | 47 | 20 |
| Octal | 213 | 30 | 125 | 0 | 123 | 47 | 55 | 510 | 107 | 40 |
| Binary | 10001011 | 11000 | 1010101 | 0 | 1010011 | 100111 | 101101 | 101001000 | 1000111 | 100000 |
Color Harmonies of #8B1855
Complementary color
Monochromatic Colors of #8B1855
Black with #8B1855
Text Example
Text Example
White with #8B1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1855; }
p { color: rgb(139,24,85); }
H1.HeaderClassName
{
color: #8B1855;
}
.AnyTagClassName
{
color: #8B1855;
}
</style>
background-color css
<style>
a { background-color: #8B1855; }
a { background-color: rgb(139,24,85); }
div.DivClassName
{
background-color: #8B1855;
}
.BgClassName
{
background-color: #8B1855;
}
</style>
border-color css
<style>
span { border-color: #8B1855; }
span { border-color: rgb(139,24,85); }
td.TdClassName
{
border-color: #8B1855;
}
.TagClassName
{
border-color: #8B1855;
}
</style>