Shades of Rose Bud Cherry #8B104C
Tints of Rose Bud Cherry #8B104C
RGB
CMYK
RGB Variations
Color information
#8B104C (or 0x8B104C) is known color: Rose Bud Cherry. HEX triplet: 8B, 10 and 4C. RGB value is (139,16,76). Sum of RGB (Red+Green+Blue) = 139+16+76=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B104C is #74EFB3. Grayscale: #3B3B3B. Windows color (decimal): -7663540 or 4984971. OLE color: 4984971.
HSL color Cylindrical-coordinate representation of color #8B104C: hue angle of 330.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B104C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 76 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.45 |
| HSL | 330.73º | 0.79% | 0.3% | - |
| HSV(B) | 330.73º | 0.88% | 0.55% | - |
| XYZ | 12.14 | 6.38 | 7.43 | - |
| YUV | 59.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 76 | 0 | 0.88 | 0.45 | 0.45 | 330.73 | 0.79 | 0.3 |
| Hex | 8B | 10 | 4C | 0 | 58 | 2D | 2D | 14B | 4F | 1E |
| Octal | 213 | 20 | 114 | 0 | 130 | 55 | 55 | 513 | 117 | 36 |
| Binary | 10001011 | 10000 | 1001100 | 0 | 1011000 | 101101 | 101101 | 101001011 | 1001111 | 11110 |
Color Harmonies of #8B104C
Complementary color
Monochromatic Colors of #8B104C
Black with #8B104C
Text Example
Text Example
White with #8B104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B104C; }
p { color: rgb(139,16,76); }
H1.HeaderClassName
{
color: #8B104C;
}
.AnyTagClassName
{
color: #8B104C;
}
</style>
background-color css
<style>
a { background-color: #8B104C; }
a { background-color: rgb(139,16,76); }
div.DivClassName
{
background-color: #8B104C;
}
.BgClassName
{
background-color: #8B104C;
}
</style>
border-color css
<style>
span { border-color: #8B104C; }
span { border-color: rgb(139,16,76); }
td.TdClassName
{
border-color: #8B104C;
}
.TagClassName
{
border-color: #8B104C;
}
</style>