Shades of Shiraz #8D2537
Tints of Shiraz #8D2537
RGB
CMYK
RGB Variations
Color information
#8D2537 (or 0x8D2537) is known color: Shiraz. HEX triplet: 8D, 25 and 37. RGB value is (141,37,55). Sum of RGB (Red+Green+Blue) = 141+37+55=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2537 is #72DAC8. Grayscale: #464646. Windows color (decimal): -7527113 or 3614093. OLE color: 3614093.
HSL color Cylindrical-coordinate representation of color #8D2537: hue angle of 349.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2537 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 55 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.45 |
| HSL | 349.62º | 0.58% | 0.35% | - |
| HSV(B) | 349.62º | 0.74% | 0.55% | - |
| XYZ | 12.34 | 7.26 | 4.37 | - |
| YUV | 70.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 55 | 0 | 0.74 | 0.61 | 0.45 | 349.62 | 0.58 | 0.35 |
| Hex | 8D | 25 | 37 | 0 | 4A | 3D | 2D | 15E | 3A | 23 |
| Octal | 215 | 45 | 67 | 0 | 112 | 75 | 55 | 536 | 72 | 43 |
| Binary | 10001101 | 100101 | 110111 | 0 | 1001010 | 111101 | 101101 | 101011110 | 111010 | 100011 |
Color Harmonies of #8D2537
Complementary color
Monochromatic Colors of #8D2537
Black with #8D2537
Text Example
Text Example
White with #8D2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2537; }
p { color: rgb(141,37,55); }
H1.HeaderClassName
{
color: #8D2537;
}
.AnyTagClassName
{
color: #8D2537;
}
</style>
background-color css
<style>
a { background-color: #8D2537; }
a { background-color: rgb(141,37,55); }
div.DivClassName
{
background-color: #8D2537;
}
.BgClassName
{
background-color: #8D2537;
}
</style>
border-color css
<style>
span { border-color: #8D2537; }
span { border-color: rgb(141,37,55); }
td.TdClassName
{
border-color: #8D2537;
}
.TagClassName
{
border-color: #8D2537;
}
</style>