Shades of Rose Bud Cherry #8B1758
Tints of Rose Bud Cherry #8B1758
RGB
CMYK
RGB Variations
Color information
#8B1758 (or 0x8B1758) is known color: Rose Bud Cherry. HEX triplet: 8B, 17 and 58. RGB value is (139,23,88). Sum of RGB (Red+Green+Blue) = 139+23+88=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1758 is #74E8A7. Grayscale: #404040. Windows color (decimal): -7661736 or 5773195. OLE color: 5773195.
HSL color Cylindrical-coordinate representation of color #8B1758: hue angle of 326.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1758 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 88 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.45 |
| HSL | 326.38º | 0.72% | 0.32% | - |
| HSV(B) | 326.38º | 0.83% | 0.55% | - |
| XYZ | 12.72 | 6.81 | 9.88 | - |
| YUV | 65.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 88 | 0 | 0.83 | 0.37 | 0.45 | 326.38 | 0.72 | 0.32 |
| Hex | 8B | 17 | 58 | 0 | 53 | 25 | 2D | 146 | 48 | 20 |
| Octal | 213 | 27 | 130 | 0 | 123 | 45 | 55 | 506 | 110 | 40 |
| Binary | 10001011 | 10111 | 1011000 | 0 | 1010011 | 100101 | 101101 | 101000110 | 1001000 | 100000 |
Color Harmonies of #8B1758
Complementary color
Monochromatic Colors of #8B1758
Black with #8B1758
Text Example
Text Example
White with #8B1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1758; }
p { color: rgb(139,23,88); }
H1.HeaderClassName
{
color: #8B1758;
}
.AnyTagClassName
{
color: #8B1758;
}
</style>
background-color css
<style>
a { background-color: #8B1758; }
a { background-color: rgb(139,23,88); }
div.DivClassName
{
background-color: #8B1758;
}
.BgClassName
{
background-color: #8B1758;
}
</style>
border-color css
<style>
span { border-color: #8B1758; }
span { border-color: rgb(139,23,88); }
td.TdClassName
{
border-color: #8B1758;
}
.TagClassName
{
border-color: #8B1758;
}
</style>