Shades of Shiraz #8C1134
Tints of Shiraz #8C1134
RGB
CMYK
RGB Variations
Color information
#8C1134 (or 0x8C1134) is known color: Shiraz. HEX triplet: 8C, 11 and 34. RGB value is (140,17,52). Sum of RGB (Red+Green+Blue) = 140+17+52=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1134 is #73EECB. Grayscale: #393939. Windows color (decimal): -7597772 or 3412364. OLE color: 3412364.
HSL color Cylindrical-coordinate representation of color #8C1134: hue angle of 342.93º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1134 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 52 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.45 |
| HSL | 342.93º | 0.78% | 0.31% | - |
| HSV(B) | 342.93º | 0.88% | 0.55% | - |
| XYZ | 11.64 | 6.22 | 3.84 | - |
| YUV | 57.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 52 | 0 | 0.88 | 0.63 | 0.45 | 342.93 | 0.78 | 0.31 |
| Hex | 8C | 11 | 34 | 0 | 58 | 3F | 2D | 157 | 4E | 1F |
| Octal | 214 | 21 | 64 | 0 | 130 | 77 | 55 | 527 | 116 | 37 |
| Binary | 10001100 | 10001 | 110100 | 0 | 1011000 | 111111 | 101101 | 101010111 | 1001110 | 11111 |
Color Harmonies of #8C1134
Complementary color
Monochromatic Colors of #8C1134
Black with #8C1134
Text Example
Text Example
White with #8C1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1134; }
p { color: rgb(140,17,52); }
H1.HeaderClassName
{
color: #8C1134;
}
.AnyTagClassName
{
color: #8C1134;
}
</style>
background-color css
<style>
a { background-color: #8C1134; }
a { background-color: rgb(140,17,52); }
div.DivClassName
{
background-color: #8C1134;
}
.BgClassName
{
background-color: #8C1134;
}
</style>
border-color css
<style>
span { border-color: #8C1134; }
span { border-color: rgb(140,17,52); }
td.TdClassName
{
border-color: #8C1134;
}
.TagClassName
{
border-color: #8C1134;
}
</style>