Shades of Shiraz #8C1D3A
Tints of Shiraz #8C1D3A
RGB
CMYK
RGB Variations
Color information
#8C1D3A (or 0x8C1D3A) is known color: Shiraz. HEX triplet: 8C, 1D and 3A. RGB value is (140,29,58). Sum of RGB (Red+Green+Blue) = 140+29+58=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1D3A is #73E2C5. Grayscale: #414141. Windows color (decimal): -7594694 or 3808652. OLE color: 3808652.
HSL color Cylindrical-coordinate representation of color #8C1D3A: hue angle of 344.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1D3A is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 29 | 58 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.45 |
| HSL | 344.32º | 0.66% | 0.33% | - |
| HSV(B) | 344.32º | 0.79% | 0.55% | - |
| XYZ | 12.02 | 6.76 | 4.67 | - |
| YUV | 65.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 58 | 0 | 0.79 | 0.59 | 0.45 | 344.32 | 0.66 | 0.33 |
| Hex | 8C | 1D | 3A | 0 | 4F | 3B | 2D | 158 | 42 | 21 |
| Octal | 214 | 35 | 72 | 0 | 117 | 73 | 55 | 530 | 102 | 41 |
| Binary | 10001100 | 11101 | 111010 | 0 | 1001111 | 111011 | 101101 | 101011000 | 1000010 | 100001 |
Color Harmonies of #8C1D3A
Complementary color
Monochromatic Colors of #8C1D3A
Black with #8C1D3A
Text Example
Text Example
White with #8C1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1D3A; }
p { color: rgb(140,29,58); }
H1.HeaderClassName
{
color: #8C1D3A;
}
.AnyTagClassName
{
color: #8C1D3A;
}
</style>
background-color css
<style>
a { background-color: #8C1D3A; }
a { background-color: rgb(140,29,58); }
div.DivClassName
{
background-color: #8C1D3A;
}
.BgClassName
{
background-color: #8C1D3A;
}
</style>
border-color css
<style>
span { border-color: #8C1D3A; }
span { border-color: rgb(140,29,58); }
td.TdClassName
{
border-color: #8C1D3A;
}
.TagClassName
{
border-color: #8C1D3A;
}
</style>