Shades of Rose Bud Cherry #8B1B55
Tints of Rose Bud Cherry #8B1B55
RGB
CMYK
RGB Variations
Color information
#8B1B55 (or 0x8B1B55) is known color: Rose Bud Cherry. HEX triplet: 8B, 1B and 55. RGB value is (139,27,85). Sum of RGB (Red+Green+Blue) = 139+27+85=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B55 is #74E4AA. Grayscale: #424242. Windows color (decimal): -7660715 or 5577611. OLE color: 5577611.
HSL color Cylindrical-coordinate representation of color #8B1B55: hue angle of 328.93º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B55 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 85 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.45 |
| HSL | 328.93º | 0.67% | 0.33% | - |
| HSV(B) | 328.93º | 0.81% | 0.55% | - |
| XYZ | 12.68 | 6.93 | 9.26 | - |
| YUV | 67.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 85 | 0 | 0.81 | 0.39 | 0.45 | 328.93 | 0.67 | 0.33 |
| Hex | 8B | 1B | 55 | 0 | 51 | 27 | 2D | 149 | 43 | 21 |
| Octal | 213 | 33 | 125 | 0 | 121 | 47 | 55 | 511 | 103 | 41 |
| Binary | 10001011 | 11011 | 1010101 | 0 | 1010001 | 100111 | 101101 | 101001001 | 1000011 | 100001 |
Color Harmonies of #8B1B55
Complementary color
Monochromatic Colors of #8B1B55
Black with #8B1B55
Text Example
Text Example
White with #8B1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B55; }
p { color: rgb(139,27,85); }
H1.HeaderClassName
{
color: #8B1B55;
}
.AnyTagClassName
{
color: #8B1B55;
}
</style>
background-color css
<style>
a { background-color: #8B1B55; }
a { background-color: rgb(139,27,85); }
div.DivClassName
{
background-color: #8B1B55;
}
.BgClassName
{
background-color: #8B1B55;
}
</style>
border-color css
<style>
span { border-color: #8B1B55; }
span { border-color: rgb(139,27,85); }
td.TdClassName
{
border-color: #8B1B55;
}
.TagClassName
{
border-color: #8B1B55;
}
</style>