Shades of Rose Bud Cherry #8B1353
Tints of Rose Bud Cherry #8B1353
RGB
CMYK
RGB Variations
Color information
#8B1353 (or 0x8B1353) is known color: Rose Bud Cherry. HEX triplet: 8B, 13 and 53. RGB value is (139,19,83). Sum of RGB (Red+Green+Blue) = 139+19+83=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1353 is #74ECAC. Grayscale: #3E3E3E. Windows color (decimal): -7662765 or 5444491. OLE color: 5444491.
HSL color Cylindrical-coordinate representation of color #8B1353: hue angle of 328º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1353 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 83 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.45 |
| HSL | 328º | 0.76% | 0.31% | - |
| HSV(B) | 328º | 0.86% | 0.55% | - |
| XYZ | 12.44 | 6.58 | 8.8 | - |
| YUV | 62.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 83 | 0 | 0.86 | 0.40 | 0.45 | 328 | 0.76 | 0.31 |
| Hex | 8B | 13 | 53 | 0 | 56 | 28 | 2D | 148 | 4C | 1F |
| Octal | 213 | 23 | 123 | 0 | 126 | 50 | 55 | 510 | 114 | 37 |
| Binary | 10001011 | 10011 | 1010011 | 0 | 1010110 | 101000 | 101101 | 101001000 | 1001100 | 11111 |
Color Harmonies of #8B1353
Complementary color
Monochromatic Colors of #8B1353
Black with #8B1353
Text Example
Text Example
White with #8B1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1353; }
p { color: rgb(139,19,83); }
H1.HeaderClassName
{
color: #8B1353;
}
.AnyTagClassName
{
color: #8B1353;
}
</style>
background-color css
<style>
a { background-color: #8B1353; }
a { background-color: rgb(139,19,83); }
div.DivClassName
{
background-color: #8B1353;
}
.BgClassName
{
background-color: #8B1353;
}
</style>
border-color css
<style>
span { border-color: #8B1353; }
span { border-color: rgb(139,19,83); }
td.TdClassName
{
border-color: #8B1353;
}
.TagClassName
{
border-color: #8B1353;
}
</style>