Shades of Rose Bud Cherry #85144D
Tints of Rose Bud Cherry #85144D
RGB
CMYK
RGB Variations
Color information
#85144D (or 0x85144D) is known color: Rose Bud Cherry. HEX triplet: 85, 14 and 4D. RGB value is (133,20,77). Sum of RGB (Red+Green+Blue) = 133+20+77=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85144D is #7AEBB2. Grayscale: #3C3C3C. Windows color (decimal): -8055731 or 5051525. OLE color: 5051525.
HSL color Cylindrical-coordinate representation of color #85144D: hue angle of 329.73º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85144D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 77 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.48 |
| HSL | 329.73º | 0.74% | 0.3% | - |
| HSV(B) | 329.73º | 0.85% | 0.52% | - |
| XYZ | 11.26 | 6.02 | 7.59 | - |
| YUV | 60.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 77 | 0 | 0.85 | 0.42 | 0.48 | 329.73 | 0.74 | 0.3 |
| Hex | 85 | 14 | 4D | 0 | 55 | 2A | 30 | 14A | 4A | 1E |
| Octal | 205 | 24 | 115 | 0 | 125 | 52 | 60 | 512 | 112 | 36 |
| Binary | 10000101 | 10100 | 1001101 | 0 | 1010101 | 101010 | 110000 | 101001010 | 1001010 | 11110 |
Color Harmonies of #85144D
Complementary color
Monochromatic Colors of #85144D
Black with #85144D
Text Example
Text Example
White with #85144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85144D; }
p { color: rgb(133,20,77); }
H1.HeaderClassName
{
color: #85144D;
}
.AnyTagClassName
{
color: #85144D;
}
</style>
background-color css
<style>
a { background-color: #85144D; }
a { background-color: rgb(133,20,77); }
div.DivClassName
{
background-color: #85144D;
}
.BgClassName
{
background-color: #85144D;
}
</style>
border-color css
<style>
span { border-color: #85144D; }
span { border-color: rgb(133,20,77); }
td.TdClassName
{
border-color: #85144D;
}
.TagClassName
{
border-color: #85144D;
}
</style>