Shades of Rose Bud Cherry #89376A
Tints of Rose Bud Cherry #89376A
RGB
CMYK
RGB Variations
Color information
#89376A (or 0x89376A) is known color: Rose Bud Cherry. HEX triplet: 89, 37 and 6A. RGB value is (137,55,106). Sum of RGB (Red+Green+Blue) = 137+55+106=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89376A is #76C895. Grayscale: #555555. Windows color (decimal): -7784598 or 6961033. OLE color: 6961033.
HSL color Cylindrical-coordinate representation of color #89376A: hue angle of 322.68º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89376A is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 106 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.46 |
| HSL | 322.68º | 0.43% | 0.38% | - |
| HSV(B) | 322.68º | 0.6% | 0.54% | - |
| XYZ | 14.28 | 9.09 | 14.64 | - |
| YUV | 85.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 106 | 0 | 0.60 | 0.23 | 0.46 | 322.68 | 0.43 | 0.38 |
| Hex | 89 | 37 | 6A | 0 | 3C | 17 | 2E | 143 | 2B | 26 |
| Octal | 211 | 67 | 152 | 0 | 74 | 27 | 56 | 503 | 53 | 46 |
| Binary | 10001001 | 110111 | 1101010 | 0 | 111100 | 10111 | 101110 | 101000011 | 101011 | 100110 |
Color Harmonies of #89376A
Complementary color
Monochromatic Colors of #89376A
Black with #89376A
Text Example
Text Example
White with #89376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89376A; }
p { color: rgb(137,55,106); }
H1.HeaderClassName
{
color: #89376A;
}
.AnyTagClassName
{
color: #89376A;
}
</style>
background-color css
<style>
a { background-color: #89376A; }
a { background-color: rgb(137,55,106); }
div.DivClassName
{
background-color: #89376A;
}
.BgClassName
{
background-color: #89376A;
}
</style>
border-color css
<style>
span { border-color: #89376A; }
span { border-color: rgb(137,55,106); }
td.TdClassName
{
border-color: #89376A;
}
.TagClassName
{
border-color: #89376A;
}
</style>