Shades of Shiraz #892E3F
Tints of Shiraz #892E3F
RGB
CMYK
RGB Variations
Color information
#892E3F (or 0x892E3F) is known color: Shiraz. HEX triplet: 89, 2E and 3F. RGB value is (137,46,63). Sum of RGB (Red+Green+Blue) = 137+46+63=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #892E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892E3F is #76D1C0. Grayscale: #4B4B4B. Windows color (decimal): -7786945 or 4140681. OLE color: 4140681.
HSL color Cylindrical-coordinate representation of color #892E3F: hue angle of 348.79º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E3F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 46 | 63 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.46 |
| HSL | 348.79º | 0.5% | 0.36% | - |
| HSV(B) | 348.79º | 0.66% | 0.54% | - |
| XYZ | 12.19 | 7.63 | 5.53 | - |
| YUV | 75.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 63 | 0 | 0.66 | 0.54 | 0.46 | 348.79 | 0.5 | 0.36 |
| Hex | 89 | 2E | 3F | 0 | 42 | 36 | 2E | 15D | 32 | 24 |
| Octal | 211 | 56 | 77 | 0 | 102 | 66 | 56 | 535 | 62 | 44 |
| Binary | 10001001 | 101110 | 111111 | 0 | 1000010 | 110110 | 101110 | 101011101 | 110010 | 100100 |
Color Harmonies of #892E3F
Complementary color
Monochromatic Colors of #892E3F
Black with #892E3F
Text Example
Text Example
White with #892E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E3F; }
p { color: rgb(137,46,63); }
H1.HeaderClassName
{
color: #892E3F;
}
.AnyTagClassName
{
color: #892E3F;
}
</style>
background-color css
<style>
a { background-color: #892E3F; }
a { background-color: rgb(137,46,63); }
div.DivClassName
{
background-color: #892E3F;
}
.BgClassName
{
background-color: #892E3F;
}
</style>
border-color css
<style>
span { border-color: #892E3F; }
span { border-color: rgb(137,46,63); }
td.TdClassName
{
border-color: #892E3F;
}
.TagClassName
{
border-color: #892E3F;
}
</style>