Shades of Shiraz #892B39
Tints of Shiraz #892B39
RGB
CMYK
RGB Variations
Color information
#892B39 (or 0x892B39) is known color: Shiraz. HEX triplet: 89, 2B and 39. RGB value is (137,43,57). Sum of RGB (Red+Green+Blue) = 137+43+57=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #892B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B39 is #76D4C6. Grayscale: #484848. Windows color (decimal): -7787719 or 3746697. OLE color: 3746697.
HSL color Cylindrical-coordinate representation of color #892B39: hue angle of 351.06º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B39 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 43 | 57 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.46 |
| HSL | 351.06º | 0.52% | 0.35% | - |
| HSV(B) | 351.06º | 0.69% | 0.54% | - |
| XYZ | 11.92 | 7.34 | 4.66 | - |
| YUV | 72.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 57 | 0 | 0.69 | 0.58 | 0.46 | 351.06 | 0.52 | 0.35 |
| Hex | 89 | 2B | 39 | 0 | 45 | 3A | 2E | 15F | 34 | 23 |
| Octal | 211 | 53 | 71 | 0 | 105 | 72 | 56 | 537 | 64 | 43 |
| Binary | 10001001 | 101011 | 111001 | 0 | 1000101 | 111010 | 101110 | 101011111 | 110100 | 100011 |
Color Harmonies of #892B39
Complementary color
Monochromatic Colors of #892B39
Black with #892B39
Text Example
Text Example
White with #892B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892B39; }
p { color: rgb(137,43,57); }
H1.HeaderClassName
{
color: #892B39;
}
.AnyTagClassName
{
color: #892B39;
}
</style>
background-color css
<style>
a { background-color: #892B39; }
a { background-color: rgb(137,43,57); }
div.DivClassName
{
background-color: #892B39;
}
.BgClassName
{
background-color: #892B39;
}
</style>
border-color css
<style>
span { border-color: #892B39; }
span { border-color: rgb(137,43,57); }
td.TdClassName
{
border-color: #892B39;
}
.TagClassName
{
border-color: #892B39;
}
</style>