Shades of Shiraz #892C36
Tints of Shiraz #892C36
RGB
CMYK
RGB Variations
Color information
#892C36 (or 0x892C36) is known color: Shiraz. HEX triplet: 89, 2C and 36. RGB value is (137,44,54). Sum of RGB (Red+Green+Blue) = 137+44+54=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #892C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C36 is #76D3C9. Grayscale: #494949. Windows color (decimal): -7787466 or 3550345. OLE color: 3550345.
HSL color Cylindrical-coordinate representation of color #892C36: hue angle of 353.55º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892C36 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 54 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.46 |
| HSL | 353.55º | 0.51% | 0.35% | - |
| HSV(B) | 353.55º | 0.68% | 0.54% | - |
| XYZ | 11.88 | 7.39 | 4.29 | - |
| YUV | 72.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 54 | 0 | 0.68 | 0.61 | 0.46 | 353.55 | 0.51 | 0.35 |
| Hex | 89 | 2C | 36 | 0 | 44 | 3D | 2E | 162 | 33 | 23 |
| Octal | 211 | 54 | 66 | 0 | 104 | 75 | 56 | 542 | 63 | 43 |
| Binary | 10001001 | 101100 | 110110 | 0 | 1000100 | 111101 | 101110 | 101100010 | 110011 | 100011 |
Color Harmonies of #892C36
Complementary color
Monochromatic Colors of #892C36
Black with #892C36
Text Example
Text Example
White with #892C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C36; }
p { color: rgb(137,44,54); }
H1.HeaderClassName
{
color: #892C36;
}
.AnyTagClassName
{
color: #892C36;
}
</style>
background-color css
<style>
a { background-color: #892C36; }
a { background-color: rgb(137,44,54); }
div.DivClassName
{
background-color: #892C36;
}
.BgClassName
{
background-color: #892C36;
}
</style>
border-color css
<style>
span { border-color: #892C36; }
span { border-color: rgb(137,44,54); }
td.TdClassName
{
border-color: #892C36;
}
.TagClassName
{
border-color: #892C36;
}
</style>