Shades of Shiraz #8C293C
Tints of Shiraz #8C293C
RGB
CMYK
RGB Variations
Color information
#8C293C (or 0x8C293C) is known color: Shiraz. HEX triplet: 8C, 29 and 3C. RGB value is (140,41,60). Sum of RGB (Red+Green+Blue) = 140+41+60=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C293C is #73D6C3. Grayscale: #484848. Windows color (decimal): -7591620 or 3942796. OLE color: 3942796.
HSL color Cylindrical-coordinate representation of color #8C293C: hue angle of 348.48º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C293C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 60 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.45 |
| HSL | 348.48º | 0.55% | 0.35% | - |
| HSV(B) | 348.48º | 0.71% | 0.55% | - |
| XYZ | 12.42 | 7.49 | 5.07 | - |
| YUV | 72.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 60 | 0 | 0.71 | 0.57 | 0.45 | 348.48 | 0.55 | 0.35 |
| Hex | 8C | 29 | 3C | 0 | 47 | 39 | 2D | 15C | 37 | 23 |
| Octal | 214 | 51 | 74 | 0 | 107 | 71 | 55 | 534 | 67 | 43 |
| Binary | 10001100 | 101001 | 111100 | 0 | 1000111 | 111001 | 101101 | 101011100 | 110111 | 100011 |
Color Harmonies of #8C293C
Complementary color
Monochromatic Colors of #8C293C
Black with #8C293C
Text Example
Text Example
White with #8C293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C293C; }
p { color: rgb(140,41,60); }
H1.HeaderClassName
{
color: #8C293C;
}
.AnyTagClassName
{
color: #8C293C;
}
</style>
background-color css
<style>
a { background-color: #8C293C; }
a { background-color: rgb(140,41,60); }
div.DivClassName
{
background-color: #8C293C;
}
.BgClassName
{
background-color: #8C293C;
}
</style>
border-color css
<style>
span { border-color: #8C293C; }
span { border-color: rgb(140,41,60); }
td.TdClassName
{
border-color: #8C293C;
}
.TagClassName
{
border-color: #8C293C;
}
</style>