Shades of Shiraz #8C193B
Tints of Shiraz #8C193B
RGB
CMYK
RGB Variations
Color information
#8C193B (or 0x8C193B) is known color: Shiraz. HEX triplet: 8C, 19 and 3B. RGB value is (140,25,59). Sum of RGB (Red+Green+Blue) = 140+25+59=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193B is #73E6C4. Grayscale: #3F3F3F. Windows color (decimal): -7595717 or 3873164. OLE color: 3873164.
HSL color Cylindrical-coordinate representation of color #8C193B: hue angle of 342.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C193B is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 59 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.45 |
| HSL | 342.26º | 0.7% | 0.32% | - |
| HSV(B) | 342.26º | 0.82% | 0.55% | - |
| XYZ | 11.95 | 6.59 | 4.78 | - |
| YUV | 63.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 59 | 0 | 0.82 | 0.58 | 0.45 | 342.26 | 0.7 | 0.32 |
| Hex | 8C | 19 | 3B | 0 | 52 | 3A | 2D | 156 | 46 | 20 |
| Octal | 214 | 31 | 73 | 0 | 122 | 72 | 55 | 526 | 106 | 40 |
| Binary | 10001100 | 11001 | 111011 | 0 | 1010010 | 111010 | 101101 | 101010110 | 1000110 | 100000 |
Color Harmonies of #8C193B
Complementary color
Monochromatic Colors of #8C193B
Black with #8C193B
Text Example
Text Example
White with #8C193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C193B; }
p { color: rgb(140,25,59); }
H1.HeaderClassName
{
color: #8C193B;
}
.AnyTagClassName
{
color: #8C193B;
}
</style>
background-color css
<style>
a { background-color: #8C193B; }
a { background-color: rgb(140,25,59); }
div.DivClassName
{
background-color: #8C193B;
}
.BgClassName
{
background-color: #8C193B;
}
</style>
border-color css
<style>
span { border-color: #8C193B; }
span { border-color: rgb(140,25,59); }
td.TdClassName
{
border-color: #8C193B;
}
.TagClassName
{
border-color: #8C193B;
}
</style>