Shades of Shiraz #8C173C
Tints of Shiraz #8C173C
RGB
CMYK
RGB Variations
Color information
#8C173C (or 0x8C173C) is known color: Shiraz. HEX triplet: 8C, 17 and 3C. RGB value is (140,23,60). Sum of RGB (Red+Green+Blue) = 140+23+60=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C173C is #73E8C3. Grayscale: #3E3E3E. Windows color (decimal): -7596228 or 3938188. OLE color: 3938188.
HSL color Cylindrical-coordinate representation of color #8C173C: hue angle of 341.03º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C173C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 60 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.45 |
| HSL | 341.03º | 0.72% | 0.32% | - |
| HSV(B) | 341.03º | 0.84% | 0.55% | - |
| XYZ | 11.94 | 6.51 | 4.9 | - |
| YUV | 62.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 60 | 0 | 0.84 | 0.57 | 0.45 | 341.03 | 0.72 | 0.32 |
| Hex | 8C | 17 | 3C | 0 | 54 | 39 | 2D | 155 | 48 | 20 |
| Octal | 214 | 27 | 74 | 0 | 124 | 71 | 55 | 525 | 110 | 40 |
| Binary | 10001100 | 10111 | 111100 | 0 | 1010100 | 111001 | 101101 | 101010101 | 1001000 | 100000 |
Color Harmonies of #8C173C
Complementary color
Monochromatic Colors of #8C173C
Black with #8C173C
Text Example
Text Example
White with #8C173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C173C; }
p { color: rgb(140,23,60); }
H1.HeaderClassName
{
color: #8C173C;
}
.AnyTagClassName
{
color: #8C173C;
}
</style>
background-color css
<style>
a { background-color: #8C173C; }
a { background-color: rgb(140,23,60); }
div.DivClassName
{
background-color: #8C173C;
}
.BgClassName
{
background-color: #8C173C;
}
</style>
border-color css
<style>
span { border-color: #8C173C; }
span { border-color: rgb(140,23,60); }
td.TdClassName
{
border-color: #8C173C;
}
.TagClassName
{
border-color: #8C173C;
}
</style>