Shades of Shiraz #89253C
Tints of Shiraz #89253C
RGB
CMYK
RGB Variations
Color information
#89253C (or 0x89253C) is known color: Shiraz. HEX triplet: 89, 25 and 3C. RGB value is (137,37,60). Sum of RGB (Red+Green+Blue) = 137+37+60=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89253C is #76DAC3. Grayscale: #454545. Windows color (decimal): -7789252 or 3941769. OLE color: 3941769.
HSL color Cylindrical-coordinate representation of color #89253C: hue angle of 346.2º 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 #89253C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 60 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.46 |
| HSL | 346.2º | 0.57% | 0.34% | - |
| HSV(B) | 346.2º | 0.73% | 0.54% | - |
| XYZ | 11.79 | 6.97 | 5 | - |
| YUV | 69.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 60 | 0 | 0.73 | 0.56 | 0.46 | 346.2 | 0.57 | 0.34 |
| Hex | 89 | 25 | 3C | 0 | 49 | 38 | 2E | 15A | 39 | 22 |
| Octal | 211 | 45 | 74 | 0 | 111 | 70 | 56 | 532 | 71 | 42 |
| Binary | 10001001 | 100101 | 111100 | 0 | 1001001 | 111000 | 101110 | 101011010 | 111001 | 100010 |
Color Harmonies of #89253C
Complementary color
Monochromatic Colors of #89253C
Black with #89253C
Text Example
Text Example
White with #89253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89253C; }
p { color: rgb(137,37,60); }
H1.HeaderClassName
{
color: #89253C;
}
.AnyTagClassName
{
color: #89253C;
}
</style>
background-color css
<style>
a { background-color: #89253C; }
a { background-color: rgb(137,37,60); }
div.DivClassName
{
background-color: #89253C;
}
.BgClassName
{
background-color: #89253C;
}
</style>
border-color css
<style>
span { border-color: #89253C; }
span { border-color: rgb(137,37,60); }
td.TdClassName
{
border-color: #89253C;
}
.TagClassName
{
border-color: #89253C;
}
</style>