Shades of Shiraz #892D39
Tints of Shiraz #892D39
RGB
CMYK
RGB Variations
Color information
#892D39 (or 0x892D39) is known color: Shiraz. HEX triplet: 89, 2D and 39. RGB value is (137,45,57). Sum of RGB (Red+Green+Blue) = 137+45+57=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #892D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D39 is #76D2C6. Grayscale: #494949. Windows color (decimal): -7787207 or 3747209. OLE color: 3747209.
HSL color Cylindrical-coordinate representation of color #892D39: hue angle of 352.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D39 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 57 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.46 |
| HSL | 352.17º | 0.51% | 0.36% | - |
| HSV(B) | 352.17º | 0.67% | 0.54% | - |
| XYZ | 11.99 | 7.49 | 4.68 | - |
| YUV | 73.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 57 | 0 | 0.67 | 0.58 | 0.46 | 352.17 | 0.51 | 0.36 |
| Hex | 89 | 2D | 39 | 0 | 43 | 3A | 2E | 160 | 33 | 24 |
| Octal | 211 | 55 | 71 | 0 | 103 | 72 | 56 | 540 | 63 | 44 |
| Binary | 10001001 | 101101 | 111001 | 0 | 1000011 | 111010 | 101110 | 101100000 | 110011 | 100100 |
Color Harmonies of #892D39
Complementary color
Monochromatic Colors of #892D39
Black with #892D39
Text Example
Text Example
White with #892D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D39; }
p { color: rgb(137,45,57); }
H1.HeaderClassName
{
color: #892D39;
}
.AnyTagClassName
{
color: #892D39;
}
</style>
background-color css
<style>
a { background-color: #892D39; }
a { background-color: rgb(137,45,57); }
div.DivClassName
{
background-color: #892D39;
}
.BgClassName
{
background-color: #892D39;
}
</style>
border-color css
<style>
span { border-color: #892D39; }
span { border-color: rgb(137,45,57); }
td.TdClassName
{
border-color: #892D39;
}
.TagClassName
{
border-color: #892D39;
}
</style>