Shades of Rose Bud Cherry #8B1954
Tints of Rose Bud Cherry #8B1954
RGB
CMYK
RGB Variations
Color information
#8B1954 (or 0x8B1954) is known color: Rose Bud Cherry. HEX triplet: 8B, 19 and 54. RGB value is (139,25,84). Sum of RGB (Red+Green+Blue) = 139+25+84=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1954 is #74E6AB. Grayscale: #414141. Windows color (decimal): -7661228 or 5511563. OLE color: 5511563.
HSL color Cylindrical-coordinate representation of color #8B1954: hue angle of 328.95º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1954 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 84 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.45 |
| HSL | 328.95º | 0.7% | 0.32% | - |
| HSV(B) | 328.95º | 0.82% | 0.55% | - |
| XYZ | 12.6 | 6.82 | 9.04 | - |
| YUV | 65.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 84 | 0 | 0.82 | 0.40 | 0.45 | 328.95 | 0.7 | 0.32 |
| Hex | 8B | 19 | 54 | 0 | 52 | 28 | 2D | 149 | 46 | 20 |
| Octal | 213 | 31 | 124 | 0 | 122 | 50 | 55 | 511 | 106 | 40 |
| Binary | 10001011 | 11001 | 1010100 | 0 | 1010010 | 101000 | 101101 | 101001001 | 1000110 | 100000 |
Color Harmonies of #8B1954
Complementary color
Monochromatic Colors of #8B1954
Black with #8B1954
Text Example
Text Example
White with #8B1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1954; }
p { color: rgb(139,25,84); }
H1.HeaderClassName
{
color: #8B1954;
}
.AnyTagClassName
{
color: #8B1954;
}
</style>
background-color css
<style>
a { background-color: #8B1954; }
a { background-color: rgb(139,25,84); }
div.DivClassName
{
background-color: #8B1954;
}
.BgClassName
{
background-color: #8B1954;
}
</style>
border-color css
<style>
span { border-color: #8B1954; }
span { border-color: rgb(139,25,84); }
td.TdClassName
{
border-color: #8B1954;
}
.TagClassName
{
border-color: #8B1954;
}
</style>