Shades of Shiraz #89253D
Tints of Shiraz #89253D
RGB
CMYK
RGB Variations
Color information
#89253D (or 0x89253D) is known color: Shiraz. HEX triplet: 89, 25 and 3D. RGB value is (137,37,61). Sum of RGB (Red+Green+Blue) = 137+37+61=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89253D is #76DAC2. Grayscale: #454545. Windows color (decimal): -7789251 or 4007305. OLE color: 4007305.
HSL color Cylindrical-coordinate representation of color #89253D: hue angle of 345.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89253D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 61 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.46 |
| HSL | 345.6º | 0.57% | 0.34% | - |
| HSV(B) | 345.6º | 0.73% | 0.54% | - |
| XYZ | 11.82 | 6.98 | 5.14 | - |
| YUV | 69.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 61 | 0 | 0.73 | 0.55 | 0.46 | 345.6 | 0.57 | 0.34 |
| Hex | 89 | 25 | 3D | 0 | 49 | 37 | 2E | 15A | 39 | 22 |
| Octal | 211 | 45 | 75 | 0 | 111 | 67 | 56 | 532 | 71 | 42 |
| Binary | 10001001 | 100101 | 111101 | 0 | 1001001 | 110111 | 101110 | 101011010 | 111001 | 100010 |
Color Harmonies of #89253D
Complementary color
Monochromatic Colors of #89253D
Black with #89253D
Text Example
Text Example
White with #89253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89253D; }
p { color: rgb(137,37,61); }
H1.HeaderClassName
{
color: #89253D;
}
.AnyTagClassName
{
color: #89253D;
}
</style>
background-color css
<style>
a { background-color: #89253D; }
a { background-color: rgb(137,37,61); }
div.DivClassName
{
background-color: #89253D;
}
.BgClassName
{
background-color: #89253D;
}
</style>
border-color css
<style>
span { border-color: #89253D; }
span { border-color: rgb(137,37,61); }
td.TdClassName
{
border-color: #89253D;
}
.TagClassName
{
border-color: #89253D;
}
</style>