Shades of Shiraz #8C192F
Tints of Shiraz #8C192F
RGB
CMYK
RGB Variations
Color information
#8C192F (or 0x8C192F) is known color: Shiraz. HEX triplet: 8C, 19 and 2F. RGB value is (140,25,47). Sum of RGB (Red+Green+Blue) = 140+25+47=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C192F is #73E6D0. Grayscale: #3D3D3D. Windows color (decimal): -7595729 or 3086732. OLE color: 3086732.
HSL color Cylindrical-coordinate representation of color #8C192F: hue angle of 348.52º 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 #8C192F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 47 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.45 |
| HSL | 348.52º | 0.7% | 0.32% | - |
| HSV(B) | 348.52º | 0.82% | 0.55% | - |
| XYZ | 11.68 | 6.48 | 3.32 | - |
| YUV | 61.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 47 | 0 | 0.82 | 0.66 | 0.45 | 348.52 | 0.7 | 0.32 |
| Hex | 8C | 19 | 2F | 0 | 52 | 42 | 2D | 15D | 46 | 20 |
| Octal | 214 | 31 | 57 | 0 | 122 | 102 | 55 | 535 | 106 | 40 |
| Binary | 10001100 | 11001 | 101111 | 0 | 1010010 | 1000010 | 101101 | 101011101 | 1000110 | 100000 |
Color Harmonies of #8C192F
Complementary color
Monochromatic Colors of #8C192F
Black with #8C192F
Text Example
Text Example
White with #8C192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C192F; }
p { color: rgb(140,25,47); }
H1.HeaderClassName
{
color: #8C192F;
}
.AnyTagClassName
{
color: #8C192F;
}
</style>
background-color css
<style>
a { background-color: #8C192F; }
a { background-color: rgb(140,25,47); }
div.DivClassName
{
background-color: #8C192F;
}
.BgClassName
{
background-color: #8C192F;
}
</style>
border-color css
<style>
span { border-color: #8C192F; }
span { border-color: rgb(140,25,47); }
td.TdClassName
{
border-color: #8C192F;
}
.TagClassName
{
border-color: #8C192F;
}
</style>