Shades of Shiraz #892D37
Tints of Shiraz #892D37
RGB
CMYK
RGB Variations
Color information
#892D37 (or 0x892D37) is known color: Shiraz. HEX triplet: 89, 2D and 37. RGB value is (137,45,55). Sum of RGB (Red+Green+Blue) = 137+45+55=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #892D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D37 is #76D2C8. Grayscale: #494949. Windows color (decimal): -7787209 or 3616137. OLE color: 3616137.
HSL color Cylindrical-coordinate representation of color #892D37: hue angle of 353.48º 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 #892D37 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 55 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.46 |
| HSL | 353.48º | 0.51% | 0.36% | - |
| HSV(B) | 353.48º | 0.67% | 0.54% | - |
| XYZ | 11.94 | 7.47 | 4.43 | - |
| YUV | 73.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 55 | 0 | 0.67 | 0.60 | 0.46 | 353.48 | 0.51 | 0.36 |
| Hex | 89 | 2D | 37 | 0 | 43 | 3C | 2E | 161 | 33 | 24 |
| Octal | 211 | 55 | 67 | 0 | 103 | 74 | 56 | 541 | 63 | 44 |
| Binary | 10001001 | 101101 | 110111 | 0 | 1000011 | 111100 | 101110 | 101100001 | 110011 | 100100 |
Color Harmonies of #892D37
Complementary color
Monochromatic Colors of #892D37
Black with #892D37
Text Example
Text Example
White with #892D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D37; }
p { color: rgb(137,45,55); }
H1.HeaderClassName
{
color: #892D37;
}
.AnyTagClassName
{
color: #892D37;
}
</style>
background-color css
<style>
a { background-color: #892D37; }
a { background-color: rgb(137,45,55); }
div.DivClassName
{
background-color: #892D37;
}
.BgClassName
{
background-color: #892D37;
}
</style>
border-color css
<style>
span { border-color: #892D37; }
span { border-color: rgb(137,45,55); }
td.TdClassName
{
border-color: #892D37;
}
.TagClassName
{
border-color: #892D37;
}
</style>