Shades of Rose Bud Cherry #85315A
Tints of Rose Bud Cherry #85315A
RGB
CMYK
RGB Variations
Color information
#85315A (or 0x85315A) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 5A. RGB value is (133,49,90). Sum of RGB (Red+Green+Blue) = 133+49+90=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85315A is #7ACEA5. Grayscale: #4E4E4E. Windows color (decimal): -8048294 or 5910917. OLE color: 5910917.
HSL color Cylindrical-coordinate representation of color #85315A: hue angle of 330.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85315A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 90 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.48 |
| HSL | 330.71º | 0.46% | 0.36% | - |
| HSV(B) | 330.71º | 0.63% | 0.52% | - |
| XYZ | 12.62 | 7.92 | 10.54 | - |
| YUV | 78.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 90 | 0 | 0.63 | 0.32 | 0.48 | 330.71 | 0.46 | 0.36 |
| Hex | 85 | 31 | 5A | 0 | 3F | 20 | 30 | 14B | 2E | 24 |
| Octal | 205 | 61 | 132 | 0 | 77 | 40 | 60 | 513 | 56 | 44 |
| Binary | 10000101 | 110001 | 1011010 | 0 | 111111 | 100000 | 110000 | 101001011 | 101110 | 100100 |
Color Harmonies of #85315A
Complementary color
Monochromatic Colors of #85315A
Black with #85315A
Text Example
Text Example
White with #85315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85315A; }
p { color: rgb(133,49,90); }
H1.HeaderClassName
{
color: #85315A;
}
.AnyTagClassName
{
color: #85315A;
}
</style>
background-color css
<style>
a { background-color: #85315A; }
a { background-color: rgb(133,49,90); }
div.DivClassName
{
background-color: #85315A;
}
.BgClassName
{
background-color: #85315A;
}
</style>
border-color css
<style>
span { border-color: #85315A; }
span { border-color: rgb(133,49,90); }
td.TdClassName
{
border-color: #85315A;
}
.TagClassName
{
border-color: #85315A;
}
</style>