Shades of Shiraz #892F3E
Tints of Shiraz #892F3E
RGB
CMYK
RGB Variations
Color information
#892F3E (or 0x892F3E) is known color: Shiraz. HEX triplet: 89, 2F and 3E. RGB value is (137,47,62). Sum of RGB (Red+Green+Blue) = 137+47+62=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #892F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F3E is #76D0C1. Grayscale: #4B4B4B. Windows color (decimal): -7786690 or 4075401. OLE color: 4075401.
HSL color Cylindrical-coordinate representation of color #892F3E: hue angle of 350º degrees, saturation: 0.49, 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 #892F3E is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 62 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.46 |
| HSL | 350º | 0.49% | 0.36% | - |
| HSV(B) | 350º | 0.66% | 0.54% | - |
| XYZ | 12.2 | 7.7 | 5.4 | - |
| YUV | 75.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 62 | 0 | 0.66 | 0.55 | 0.46 | 350 | 0.49 | 0.36 |
| Hex | 89 | 2F | 3E | 0 | 42 | 37 | 2E | 15E | 31 | 24 |
| Octal | 211 | 57 | 76 | 0 | 102 | 67 | 56 | 536 | 61 | 44 |
| Binary | 10001001 | 101111 | 111110 | 0 | 1000010 | 110111 | 101110 | 101011110 | 110001 | 100100 |
Color Harmonies of #892F3E
Complementary color
Monochromatic Colors of #892F3E
Black with #892F3E
Text Example
Text Example
White with #892F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F3E; }
p { color: rgb(137,47,62); }
H1.HeaderClassName
{
color: #892F3E;
}
.AnyTagClassName
{
color: #892F3E;
}
</style>
background-color css
<style>
a { background-color: #892F3E; }
a { background-color: rgb(137,47,62); }
div.DivClassName
{
background-color: #892F3E;
}
.BgClassName
{
background-color: #892F3E;
}
</style>
border-color css
<style>
span { border-color: #892F3E; }
span { border-color: rgb(137,47,62); }
td.TdClassName
{
border-color: #892F3E;
}
.TagClassName
{
border-color: #892F3E;
}
</style>