Shades of Rose Bud Cherry #8B1A5B
Tints of Rose Bud Cherry #8B1A5B
RGB
CMYK
RGB Variations
Color information
#8B1A5B (or 0x8B1A5B) is known color: Rose Bud Cherry. HEX triplet: 8B, 1A and 5B. RGB value is (139,26,91). Sum of RGB (Red+Green+Blue) = 139+26+91=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A5B is #74E5A4. Grayscale: #434343. Windows color (decimal): -7660965 or 5970571. OLE color: 5970571.
HSL color Cylindrical-coordinate representation of color #8B1A5B: hue angle of 325.49º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A5B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 91 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.45 |
| HSL | 325.49º | 0.68% | 0.32% | - |
| HSV(B) | 325.49º | 0.81% | 0.55% | - |
| XYZ | 12.91 | 6.98 | 10.57 | - |
| YUV | 67.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 91 | 0 | 0.81 | 0.35 | 0.45 | 325.49 | 0.68 | 0.32 |
| Hex | 8B | 1A | 5B | 0 | 51 | 23 | 2D | 145 | 44 | 20 |
| Octal | 213 | 32 | 133 | 0 | 121 | 43 | 55 | 505 | 104 | 40 |
| Binary | 10001011 | 11010 | 1011011 | 0 | 1010001 | 100011 | 101101 | 101000101 | 1000100 | 100000 |
Color Harmonies of #8B1A5B
Complementary color
Monochromatic Colors of #8B1A5B
Black with #8B1A5B
Text Example
Text Example
White with #8B1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A5B; }
p { color: rgb(139,26,91); }
H1.HeaderClassName
{
color: #8B1A5B;
}
.AnyTagClassName
{
color: #8B1A5B;
}
</style>
background-color css
<style>
a { background-color: #8B1A5B; }
a { background-color: rgb(139,26,91); }
div.DivClassName
{
background-color: #8B1A5B;
}
.BgClassName
{
background-color: #8B1A5B;
}
</style>
border-color css
<style>
span { border-color: #8B1A5B; }
span { border-color: rgb(139,26,91); }
td.TdClassName
{
border-color: #8B1A5B;
}
.TagClassName
{
border-color: #8B1A5B;
}
</style>