Shades of Shiraz #8D2337
Tints of Shiraz #8D2337
RGB
CMYK
RGB Variations
Color information
#8D2337 (or 0x8D2337) is known color: Shiraz. HEX triplet: 8D, 23 and 37. RGB value is (141,35,55). Sum of RGB (Red+Green+Blue) = 141+35+55=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2337 is #72DCC8. Grayscale: #454545. Windows color (decimal): -7527625 or 3613581. OLE color: 3613581.
HSL color Cylindrical-coordinate representation of color #8D2337: hue angle of 348.68º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2337 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 55 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.45 |
| HSL | 348.68º | 0.6% | 0.35% | - |
| HSV(B) | 348.68º | 0.75% | 0.55% | - |
| XYZ | 12.28 | 7.14 | 4.35 | - |
| YUV | 68.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 55 | 0 | 0.75 | 0.61 | 0.45 | 348.68 | 0.6 | 0.35 |
| Hex | 8D | 23 | 37 | 0 | 4B | 3D | 2D | 15D | 3C | 23 |
| Octal | 215 | 43 | 67 | 0 | 113 | 75 | 55 | 535 | 74 | 43 |
| Binary | 10001101 | 100011 | 110111 | 0 | 1001011 | 111101 | 101101 | 101011101 | 111100 | 100011 |
Color Harmonies of #8D2337
Complementary color
Monochromatic Colors of #8D2337
Black with #8D2337
Text Example
Text Example
White with #8D2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2337; }
p { color: rgb(141,35,55); }
H1.HeaderClassName
{
color: #8D2337;
}
.AnyTagClassName
{
color: #8D2337;
}
</style>
background-color css
<style>
a { background-color: #8D2337; }
a { background-color: rgb(141,35,55); }
div.DivClassName
{
background-color: #8D2337;
}
.BgClassName
{
background-color: #8D2337;
}
</style>
border-color css
<style>
span { border-color: #8D2337; }
span { border-color: rgb(141,35,55); }
td.TdClassName
{
border-color: #8D2337;
}
.TagClassName
{
border-color: #8D2337;
}
</style>