Shades of Shiraz #8C193C
Tints of Shiraz #8C193C
RGB
CMYK
RGB Variations
Color information
#8C193C (or 0x8C193C) is known color: Shiraz. HEX triplet: 8C, 19 and 3C. RGB value is (140,25,60). Sum of RGB (Red+Green+Blue) = 140+25+60=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193C is #73E6C3. Grayscale: #3F3F3F. Windows color (decimal): -7595716 or 3938700. OLE color: 3938700.
HSL color Cylindrical-coordinate representation of color #8C193C: hue angle of 341.74º 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 #8C193C is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 60 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.45 |
| HSL | 341.74º | 0.7% | 0.32% | - |
| HSV(B) | 341.74º | 0.82% | 0.55% | - |
| XYZ | 11.98 | 6.6 | 4.92 | - |
| YUV | 63.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 60 | 0 | 0.82 | 0.57 | 0.45 | 341.74 | 0.7 | 0.32 |
| Hex | 8C | 19 | 3C | 0 | 52 | 39 | 2D | 156 | 46 | 20 |
| Octal | 214 | 31 | 74 | 0 | 122 | 71 | 55 | 526 | 106 | 40 |
| Binary | 10001100 | 11001 | 111100 | 0 | 1010010 | 111001 | 101101 | 101010110 | 1000110 | 100000 |
Color Harmonies of #8C193C
Complementary color
Monochromatic Colors of #8C193C
Black with #8C193C
Text Example
Text Example
White with #8C193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C193C; }
p { color: rgb(140,25,60); }
H1.HeaderClassName
{
color: #8C193C;
}
.AnyTagClassName
{
color: #8C193C;
}
</style>
background-color css
<style>
a { background-color: #8C193C; }
a { background-color: rgb(140,25,60); }
div.DivClassName
{
background-color: #8C193C;
}
.BgClassName
{
background-color: #8C193C;
}
</style>
border-color css
<style>
span { border-color: #8C193C; }
span { border-color: rgb(140,25,60); }
td.TdClassName
{
border-color: #8C193C;
}
.TagClassName
{
border-color: #8C193C;
}
</style>