Shades of Shiraz #8C193E
Tints of Shiraz #8C193E
RGB
CMYK
RGB Variations
Color information
#8C193E (or 0x8C193E) is known color: Shiraz. HEX triplet: 8C, 19 and 3E. RGB value is (140,25,62). Sum of RGB (Red+Green+Blue) = 140+25+62=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193E is #73E6C1. Grayscale: #3F3F3F. Windows color (decimal): -7595714 or 4069772. OLE color: 4069772.
HSL color Cylindrical-coordinate representation of color #8C193E: hue angle of 340.7º 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 #8C193E is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 62 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.45 |
| HSL | 340.7º | 0.7% | 0.32% | - |
| HSV(B) | 340.7º | 0.82% | 0.55% | - |
| XYZ | 12.03 | 6.62 | 5.2 | - |
| YUV | 63.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 62 | 0 | 0.82 | 0.56 | 0.45 | 340.7 | 0.7 | 0.32 |
| Hex | 8C | 19 | 3E | 0 | 52 | 38 | 2D | 155 | 46 | 20 |
| Octal | 214 | 31 | 76 | 0 | 122 | 70 | 55 | 525 | 106 | 40 |
| Binary | 10001100 | 11001 | 111110 | 0 | 1010010 | 111000 | 101101 | 101010101 | 1000110 | 100000 |
Color Harmonies of #8C193E
Complementary color
Monochromatic Colors of #8C193E
Black with #8C193E
Text Example
Text Example
White with #8C193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C193E; }
p { color: rgb(140,25,62); }
H1.HeaderClassName
{
color: #8C193E;
}
.AnyTagClassName
{
color: #8C193E;
}
</style>
background-color css
<style>
a { background-color: #8C193E; }
a { background-color: rgb(140,25,62); }
div.DivClassName
{
background-color: #8C193E;
}
.BgClassName
{
background-color: #8C193E;
}
</style>
border-color css
<style>
span { border-color: #8C193E; }
span { border-color: rgb(140,25,62); }
td.TdClassName
{
border-color: #8C193E;
}
.TagClassName
{
border-color: #8C193E;
}
</style>