Shades of Rose Bud Cherry #8C104B
Tints of Rose Bud Cherry #8C104B
RGB
CMYK
RGB Variations
Color information
#8C104B (or 0x8C104B) is known color: Rose Bud Cherry. HEX triplet: 8C, 10 and 4B. RGB value is (140,16,75). Sum of RGB (Red+Green+Blue) = 140+16+75=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C104B is #73EFB4. Grayscale: #3B3B3B. Windows color (decimal): -7598005 or 4919436. OLE color: 4919436.
HSL color Cylindrical-coordinate representation of color #8C104B: hue angle of 331.45º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C104B is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 75 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.45 |
| HSL | 331.45º | 0.79% | 0.31% | - |
| HSV(B) | 331.45º | 0.89% | 0.55% | - |
| XYZ | 12.27 | 6.45 | 7.26 | - |
| YUV | 59.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 75 | 0 | 0.89 | 0.46 | 0.45 | 331.45 | 0.79 | 0.31 |
| Hex | 8C | 10 | 4B | 0 | 59 | 2E | 2D | 14B | 4F | 1F |
| Octal | 214 | 20 | 113 | 0 | 131 | 56 | 55 | 513 | 117 | 37 |
| Binary | 10001100 | 10000 | 1001011 | 0 | 1011001 | 101110 | 101101 | 101001011 | 1001111 | 11111 |
Color Harmonies of #8C104B
Complementary color
Monochromatic Colors of #8C104B
Black with #8C104B
Text Example
Text Example
White with #8C104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C104B; }
p { color: rgb(140,16,75); }
H1.HeaderClassName
{
color: #8C104B;
}
.AnyTagClassName
{
color: #8C104B;
}
</style>
background-color css
<style>
a { background-color: #8C104B; }
a { background-color: rgb(140,16,75); }
div.DivClassName
{
background-color: #8C104B;
}
.BgClassName
{
background-color: #8C104B;
}
</style>
border-color css
<style>
span { border-color: #8C104B; }
span { border-color: rgb(140,16,75); }
td.TdClassName
{
border-color: #8C104B;
}
.TagClassName
{
border-color: #8C104B;
}
</style>