Shades of Rose Bud Cherry #8B2250
Tints of Rose Bud Cherry #8B2250
RGB
CMYK
RGB Variations
Color information
#8B2250 (or 0x8B2250) is known color: Rose Bud Cherry. HEX triplet: 8B, 22 and 50. RGB value is (139,34,80). Sum of RGB (Red+Green+Blue) = 139+34+80=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2250 is #74DDAF. Grayscale: #464646. Windows color (decimal): -7658928 or 5251723. OLE color: 5251723.
HSL color Cylindrical-coordinate representation of color #8B2250: hue angle of 333.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2250 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 80 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.45 |
| HSL | 333.71º | 0.61% | 0.34% | - |
| HSV(B) | 333.71º | 0.76% | 0.55% | - |
| XYZ | 12.67 | 7.21 | 8.31 | - |
| YUV | 70.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 80 | 0 | 0.76 | 0.42 | 0.45 | 333.71 | 0.61 | 0.34 |
| Hex | 8B | 22 | 50 | 0 | 4C | 2A | 2D | 14E | 3D | 22 |
| Octal | 213 | 42 | 120 | 0 | 114 | 52 | 55 | 516 | 75 | 42 |
| Binary | 10001011 | 100010 | 1010000 | 0 | 1001100 | 101010 | 101101 | 101001110 | 111101 | 100010 |
Color Harmonies of #8B2250
Complementary color
Monochromatic Colors of #8B2250
Black with #8B2250
Text Example
Text Example
White with #8B2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2250; }
p { color: rgb(139,34,80); }
H1.HeaderClassName
{
color: #8B2250;
}
.AnyTagClassName
{
color: #8B2250;
}
</style>
background-color css
<style>
a { background-color: #8B2250; }
a { background-color: rgb(139,34,80); }
div.DivClassName
{
background-color: #8B2250;
}
.BgClassName
{
background-color: #8B2250;
}
</style>
border-color css
<style>
span { border-color: #8B2250; }
span { border-color: rgb(139,34,80); }
td.TdClassName
{
border-color: #8B2250;
}
.TagClassName
{
border-color: #8B2250;
}
</style>