Shades of Shiraz #892E41
Tints of Shiraz #892E41
RGB
CMYK
RGB Variations
Color information
#892E41 (or 0x892E41) is known color: Shiraz. HEX triplet: 89, 2E and 41. RGB value is (137,46,65). Sum of RGB (Red+Green+Blue) = 137+46+65=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #892E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892E41 is #76D1BE. Grayscale: #4B4B4B. Windows color (decimal): -7786943 or 4271753. OLE color: 4271753.
HSL color Cylindrical-coordinate representation of color #892E41: hue angle of 347.47º 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 #892E41 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 46 | 65 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.46 |
| HSL | 347.47º | 0.5% | 0.36% | - |
| HSV(B) | 347.47º | 0.66% | 0.54% | - |
| XYZ | 12.25 | 7.65 | 5.83 | - |
| YUV | 75.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 65 | 0 | 0.66 | 0.53 | 0.46 | 347.47 | 0.5 | 0.36 |
| Hex | 89 | 2E | 41 | 0 | 42 | 35 | 2E | 15B | 32 | 24 |
| Octal | 211 | 56 | 101 | 0 | 102 | 65 | 56 | 533 | 62 | 44 |
| Binary | 10001001 | 101110 | 1000001 | 0 | 1000010 | 110101 | 101110 | 101011011 | 110010 | 100100 |
Color Harmonies of #892E41
Complementary color
Monochromatic Colors of #892E41
Black with #892E41
Text Example
Text Example
White with #892E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E41; }
p { color: rgb(137,46,65); }
H1.HeaderClassName
{
color: #892E41;
}
.AnyTagClassName
{
color: #892E41;
}
</style>
background-color css
<style>
a { background-color: #892E41; }
a { background-color: rgb(137,46,65); }
div.DivClassName
{
background-color: #892E41;
}
.BgClassName
{
background-color: #892E41;
}
</style>
border-color css
<style>
span { border-color: #892E41; }
span { border-color: rgb(137,46,65); }
td.TdClassName
{
border-color: #892E41;
}
.TagClassName
{
border-color: #892E41;
}
</style>