Shades of Rose Bud Cherry #8B1C50
Tints of Rose Bud Cherry #8B1C50
RGB
CMYK
RGB Variations
Color information
#8B1C50 (or 0x8B1C50) is known color: Rose Bud Cherry. HEX triplet: 8B, 1C and 50. RGB value is (139,28,80). Sum of RGB (Red+Green+Blue) = 139+28+80=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C50 is #74E3AF. Grayscale: #434343. Windows color (decimal): -7660464 or 5250187. OLE color: 5250187.
HSL color Cylindrical-coordinate representation of color #8B1C50: hue angle of 331.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C50 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 80 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.45 |
| HSL | 331.89º | 0.66% | 0.33% | - |
| HSV(B) | 331.89º | 0.8% | 0.55% | - |
| XYZ | 12.51 | 6.9 | 8.26 | - |
| YUV | 67.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 80 | 0 | 0.80 | 0.42 | 0.45 | 331.89 | 0.66 | 0.33 |
| Hex | 8B | 1C | 50 | 0 | 50 | 2A | 2D | 14C | 42 | 21 |
| Octal | 213 | 34 | 120 | 0 | 120 | 52 | 55 | 514 | 102 | 41 |
| Binary | 10001011 | 11100 | 1010000 | 0 | 1010000 | 101010 | 101101 | 101001100 | 1000010 | 100001 |
Color Harmonies of #8B1C50
Complementary color
Monochromatic Colors of #8B1C50
Black with #8B1C50
Text Example
Text Example
White with #8B1C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C50; }
p { color: rgb(139,28,80); }
H1.HeaderClassName
{
color: #8B1C50;
}
.AnyTagClassName
{
color: #8B1C50;
}
</style>
background-color css
<style>
a { background-color: #8B1C50; }
a { background-color: rgb(139,28,80); }
div.DivClassName
{
background-color: #8B1C50;
}
.BgClassName
{
background-color: #8B1C50;
}
</style>
border-color css
<style>
span { border-color: #8B1C50; }
span { border-color: rgb(139,28,80); }
td.TdClassName
{
border-color: #8B1C50;
}
.TagClassName
{
border-color: #8B1C50;
}
</style>