Shades of Rose Bud Cherry #85104C
Tints of Rose Bud Cherry #85104C
RGB
CMYK
RGB Variations
Color information
#85104C (or 0x85104C) is known color: Rose Bud Cherry. HEX triplet: 85, 10 and 4C. RGB value is (133,16,76). Sum of RGB (Red+Green+Blue) = 133+16+76=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85104C is #7AEFB3. Grayscale: #393939. Windows color (decimal): -8056756 or 4984965. OLE color: 4984965.
HSL color Cylindrical-coordinate representation of color #85104C: hue angle of 329.23º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85104C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 76 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.48 |
| HSL | 329.23º | 0.79% | 0.29% | - |
| HSV(B) | 329.23º | 0.88% | 0.52% | - |
| XYZ | 11.16 | 5.88 | 7.38 | - |
| YUV | 57.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 76 | 0 | 0.88 | 0.43 | 0.48 | 329.23 | 0.79 | 0.29 |
| Hex | 85 | 10 | 4C | 0 | 58 | 2B | 30 | 149 | 4F | 1D |
| Octal | 205 | 20 | 114 | 0 | 130 | 53 | 60 | 511 | 117 | 35 |
| Binary | 10000101 | 10000 | 1001100 | 0 | 1011000 | 101011 | 110000 | 101001001 | 1001111 | 11101 |
Color Harmonies of #85104C
Complementary color
Monochromatic Colors of #85104C
Black with #85104C
Text Example
Text Example
White with #85104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85104C; }
p { color: rgb(133,16,76); }
H1.HeaderClassName
{
color: #85104C;
}
.AnyTagClassName
{
color: #85104C;
}
</style>
background-color css
<style>
a { background-color: #85104C; }
a { background-color: rgb(133,16,76); }
div.DivClassName
{
background-color: #85104C;
}
.BgClassName
{
background-color: #85104C;
}
</style>
border-color css
<style>
span { border-color: #85104C; }
span { border-color: rgb(133,16,76); }
td.TdClassName
{
border-color: #85104C;
}
.TagClassName
{
border-color: #85104C;
}
</style>