Shades of Rose Bud Cherry #8B1A5A
Tints of Rose Bud Cherry #8B1A5A
RGB
CMYK
RGB Variations
Color information
#8B1A5A (or 0x8B1A5A) is known color: Rose Bud Cherry. HEX triplet: 8B, 1A and 5A. RGB value is (139,26,90). Sum of RGB (Red+Green+Blue) = 139+26+90=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A5A is #74E5A5. Grayscale: #424242. Windows color (decimal): -7660966 or 5905035. OLE color: 5905035.
HSL color Cylindrical-coordinate representation of color #8B1A5A: hue angle of 326.02º 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 #8B1A5A is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 90 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.45 |
| HSL | 326.02º | 0.68% | 0.32% | - |
| HSV(B) | 326.02º | 0.81% | 0.55% | - |
| XYZ | 12.86 | 6.97 | 10.34 | - |
| YUV | 67.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 90 | 0 | 0.81 | 0.35 | 0.45 | 326.02 | 0.68 | 0.32 |
| Hex | 8B | 1A | 5A | 0 | 51 | 23 | 2D | 146 | 44 | 20 |
| Octal | 213 | 32 | 132 | 0 | 121 | 43 | 55 | 506 | 104 | 40 |
| Binary | 10001011 | 11010 | 1011010 | 0 | 1010001 | 100011 | 101101 | 101000110 | 1000100 | 100000 |
Color Harmonies of #8B1A5A
Complementary color
Monochromatic Colors of #8B1A5A
Black with #8B1A5A
Text Example
Text Example
White with #8B1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A5A; }
p { color: rgb(139,26,90); }
H1.HeaderClassName
{
color: #8B1A5A;
}
.AnyTagClassName
{
color: #8B1A5A;
}
</style>
background-color css
<style>
a { background-color: #8B1A5A; }
a { background-color: rgb(139,26,90); }
div.DivClassName
{
background-color: #8B1A5A;
}
.BgClassName
{
background-color: #8B1A5A;
}
</style>
border-color css
<style>
span { border-color: #8B1A5A; }
span { border-color: rgb(139,26,90); }
td.TdClassName
{
border-color: #8B1A5A;
}
.TagClassName
{
border-color: #8B1A5A;
}
</style>