Shades of Rose Bud Cherry #89195C
Tints of Rose Bud Cherry #89195C
RGB
CMYK
RGB Variations
Color information
#89195C (or 0x89195C) is known color: Rose Bud Cherry. HEX triplet: 89, 19 and 5C. RGB value is (137,25,92). Sum of RGB (Red+Green+Blue) = 137+25+92=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89195C is #76E6A3. Grayscale: #414141. Windows color (decimal): -7792292 or 6035849. OLE color: 6035849.
HSL color Cylindrical-coordinate representation of color #89195C: hue angle of 324.11º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89195C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 92 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.46 |
| HSL | 324.11º | 0.69% | 0.32% | - |
| HSV(B) | 324.11º | 0.82% | 0.54% | - |
| XYZ | 12.6 | 6.79 | 10.77 | - |
| YUV | 66.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 92 | 0 | 0.82 | 0.33 | 0.46 | 324.11 | 0.69 | 0.32 |
| Hex | 89 | 19 | 5C | 0 | 52 | 21 | 2E | 144 | 45 | 20 |
| Octal | 211 | 31 | 134 | 0 | 122 | 41 | 56 | 504 | 105 | 40 |
| Binary | 10001001 | 11001 | 1011100 | 0 | 1010010 | 100001 | 101110 | 101000100 | 1000101 | 100000 |
Color Harmonies of #89195C
Complementary color
Monochromatic Colors of #89195C
Black with #89195C
Text Example
Text Example
White with #89195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89195C; }
p { color: rgb(137,25,92); }
H1.HeaderClassName
{
color: #89195C;
}
.AnyTagClassName
{
color: #89195C;
}
</style>
background-color css
<style>
a { background-color: #89195C; }
a { background-color: rgb(137,25,92); }
div.DivClassName
{
background-color: #89195C;
}
.BgClassName
{
background-color: #89195C;
}
</style>
border-color css
<style>
span { border-color: #89195C; }
span { border-color: rgb(137,25,92); }
td.TdClassName
{
border-color: #89195C;
}
.TagClassName
{
border-color: #89195C;
}
</style>