Shades of Rose Bud Cherry #8B2350
Tints of Rose Bud Cherry #8B2350
RGB
CMYK
RGB Variations
Color information
#8B2350 (or 0x8B2350) is known color: Rose Bud Cherry. HEX triplet: 8B, 23 and 50. RGB value is (139,35,80). Sum of RGB (Red+Green+Blue) = 139+35+80=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2350 is #74DCAF. Grayscale: #474747. Windows color (decimal): -7658672 or 5251979. OLE color: 5251979.
HSL color Cylindrical-coordinate representation of color #8B2350: hue angle of 334.04º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2350 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 35 | 80 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.45 |
| HSL | 334.04º | 0.6% | 0.34% | - |
| HSV(B) | 334.04º | 0.75% | 0.55% | - |
| XYZ | 12.7 | 7.27 | 8.32 | - |
| YUV | 71.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 80 | 0 | 0.75 | 0.42 | 0.45 | 334.04 | 0.6 | 0.34 |
| Hex | 8B | 23 | 50 | 0 | 4B | 2A | 2D | 14E | 3C | 22 |
| Octal | 213 | 43 | 120 | 0 | 113 | 52 | 55 | 516 | 74 | 42 |
| Binary | 10001011 | 100011 | 1010000 | 0 | 1001011 | 101010 | 101101 | 101001110 | 111100 | 100010 |
Color Harmonies of #8B2350
Complementary color
Monochromatic Colors of #8B2350
Black with #8B2350
Text Example
Text Example
White with #8B2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2350; }
p { color: rgb(139,35,80); }
H1.HeaderClassName
{
color: #8B2350;
}
.AnyTagClassName
{
color: #8B2350;
}
</style>
background-color css
<style>
a { background-color: #8B2350; }
a { background-color: rgb(139,35,80); }
div.DivClassName
{
background-color: #8B2350;
}
.BgClassName
{
background-color: #8B2350;
}
</style>
border-color css
<style>
span { border-color: #8B2350; }
span { border-color: rgb(139,35,80); }
td.TdClassName
{
border-color: #8B2350;
}
.TagClassName
{
border-color: #8B2350;
}
</style>