Shades of Rose Bud Cherry #8C1A58
Tints of Rose Bud Cherry #8C1A58
RGB
CMYK
RGB Variations
Color information
#8C1A58 (or 0x8C1A58) is known color: Rose Bud Cherry. HEX triplet: 8C, 1A and 58. RGB value is (140,26,88). Sum of RGB (Red+Green+Blue) = 140+26+88=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A58 is #73E5A7. Grayscale: #434343. Windows color (decimal): -7595432 or 5773964. OLE color: 5773964.
HSL color Cylindrical-coordinate representation of color #8C1A58: hue angle of 327.37º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A58 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 88 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.45 |
| HSL | 327.37º | 0.69% | 0.33% | - |
| HSV(B) | 327.37º | 0.81% | 0.55% | - |
| XYZ | 12.95 | 7.02 | 9.9 | - |
| YUV | 67.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 88 | 0 | 0.81 | 0.37 | 0.45 | 327.37 | 0.69 | 0.33 |
| Hex | 8C | 1A | 58 | 0 | 51 | 25 | 2D | 147 | 45 | 21 |
| Octal | 214 | 32 | 130 | 0 | 121 | 45 | 55 | 507 | 105 | 41 |
| Binary | 10001100 | 11010 | 1011000 | 0 | 1010001 | 100101 | 101101 | 101000111 | 1000101 | 100001 |
Color Harmonies of #8C1A58
Complementary color
Monochromatic Colors of #8C1A58
Black with #8C1A58
Text Example
Text Example
White with #8C1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A58; }
p { color: rgb(140,26,88); }
H1.HeaderClassName
{
color: #8C1A58;
}
.AnyTagClassName
{
color: #8C1A58;
}
</style>
background-color css
<style>
a { background-color: #8C1A58; }
a { background-color: rgb(140,26,88); }
div.DivClassName
{
background-color: #8C1A58;
}
.BgClassName
{
background-color: #8C1A58;
}
</style>
border-color css
<style>
span { border-color: #8C1A58; }
span { border-color: rgb(140,26,88); }
td.TdClassName
{
border-color: #8C1A58;
}
.TagClassName
{
border-color: #8C1A58;
}
</style>