Shades of Shiraz #8C133B
Tints of Shiraz #8C133B
RGB
CMYK
RGB Variations
Color information
#8C133B (or 0x8C133B) is known color: Shiraz. HEX triplet: 8C, 13 and 3B. RGB value is (140,19,59). Sum of RGB (Red+Green+Blue) = 140+19+59=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C133B is #73ECC4. Grayscale: #3B3B3B. Windows color (decimal): -7597253 or 3871628. OLE color: 3871628.
HSL color Cylindrical-coordinate representation of color #8C133B: hue angle of 340.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C133B is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 59 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.45 |
| HSL | 340.17º | 0.76% | 0.31% | - |
| HSV(B) | 340.17º | 0.86% | 0.55% | - |
| XYZ | 11.84 | 6.36 | 4.74 | - |
| YUV | 59.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 59 | 0 | 0.86 | 0.58 | 0.45 | 340.17 | 0.76 | 0.31 |
| Hex | 8C | 13 | 3B | 0 | 56 | 3A | 2D | 154 | 4C | 1F |
| Octal | 214 | 23 | 73 | 0 | 126 | 72 | 55 | 524 | 114 | 37 |
| Binary | 10001100 | 10011 | 111011 | 0 | 1010110 | 111010 | 101101 | 101010100 | 1001100 | 11111 |
Color Harmonies of #8C133B
Complementary color
Monochromatic Colors of #8C133B
Black with #8C133B
Text Example
Text Example
White with #8C133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C133B; }
p { color: rgb(140,19,59); }
H1.HeaderClassName
{
color: #8C133B;
}
.AnyTagClassName
{
color: #8C133B;
}
</style>
background-color css
<style>
a { background-color: #8C133B; }
a { background-color: rgb(140,19,59); }
div.DivClassName
{
background-color: #8C133B;
}
.BgClassName
{
background-color: #8C133B;
}
</style>
border-color css
<style>
span { border-color: #8C133B; }
span { border-color: rgb(140,19,59); }
td.TdClassName
{
border-color: #8C133B;
}
.TagClassName
{
border-color: #8C133B;
}
</style>