Shades of Rose Bud Cherry #8C1A5B
Tints of Rose Bud Cherry #8C1A5B
RGB
CMYK
RGB Variations
Color information
#8C1A5B (or 0x8C1A5B) is known color: Rose Bud Cherry. HEX triplet: 8C, 1A and 5B. RGB value is (140,26,91). Sum of RGB (Red+Green+Blue) = 140+26+91=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A5B is #73E5A4. Grayscale: #434343. Windows color (decimal): -7595429 or 5970572. OLE color: 5970572.
HSL color Cylindrical-coordinate representation of color #8C1A5B: hue angle of 325.79º 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 #8C1A5B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 91 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.45 |
| HSL | 325.79º | 0.69% | 0.33% | - |
| HSV(B) | 325.79º | 0.81% | 0.55% | - |
| XYZ | 13.07 | 7.07 | 10.57 | - |
| YUV | 67.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 91 | 0 | 0.81 | 0.35 | 0.45 | 325.79 | 0.69 | 0.33 |
| Hex | 8C | 1A | 5B | 0 | 51 | 23 | 2D | 146 | 45 | 21 |
| Octal | 214 | 32 | 133 | 0 | 121 | 43 | 55 | 506 | 105 | 41 |
| Binary | 10001100 | 11010 | 1011011 | 0 | 1010001 | 100011 | 101101 | 101000110 | 1000101 | 100001 |
Color Harmonies of #8C1A5B
Complementary color
Monochromatic Colors of #8C1A5B
Black with #8C1A5B
Text Example
Text Example
White with #8C1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A5B; }
p { color: rgb(140,26,91); }
H1.HeaderClassName
{
color: #8C1A5B;
}
.AnyTagClassName
{
color: #8C1A5B;
}
</style>
background-color css
<style>
a { background-color: #8C1A5B; }
a { background-color: rgb(140,26,91); }
div.DivClassName
{
background-color: #8C1A5B;
}
.BgClassName
{
background-color: #8C1A5B;
}
</style>
border-color css
<style>
span { border-color: #8C1A5B; }
span { border-color: rgb(140,26,91); }
td.TdClassName
{
border-color: #8C1A5B;
}
.TagClassName
{
border-color: #8C1A5B;
}
</style>