Shades of Shiraz #8C293D
Tints of Shiraz #8C293D
RGB
CMYK
RGB Variations
Color information
#8C293D (or 0x8C293D) is known color: Shiraz. HEX triplet: 8C, 29 and 3D. RGB value is (140,41,61). Sum of RGB (Red+Green+Blue) = 140+41+61=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C293D is #73D6C2. Grayscale: #484848. Windows color (decimal): -7591619 or 4008332. OLE color: 4008332.
HSL color Cylindrical-coordinate representation of color #8C293D: hue angle of 347.88º 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 #8C293D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 61 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.45 |
| HSL | 347.88º | 0.55% | 0.35% | - |
| HSV(B) | 347.88º | 0.71% | 0.55% | - |
| XYZ | 12.45 | 7.5 | 5.21 | - |
| YUV | 72.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 61 | 0 | 0.71 | 0.56 | 0.45 | 347.88 | 0.55 | 0.35 |
| Hex | 8C | 29 | 3D | 0 | 47 | 38 | 2D | 15C | 37 | 23 |
| Octal | 214 | 51 | 75 | 0 | 107 | 70 | 55 | 534 | 67 | 43 |
| Binary | 10001100 | 101001 | 111101 | 0 | 1000111 | 111000 | 101101 | 101011100 | 110111 | 100011 |
Color Harmonies of #8C293D
Complementary color
Monochromatic Colors of #8C293D
Black with #8C293D
Text Example
Text Example
White with #8C293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C293D; }
p { color: rgb(140,41,61); }
H1.HeaderClassName
{
color: #8C293D;
}
.AnyTagClassName
{
color: #8C293D;
}
</style>
background-color css
<style>
a { background-color: #8C293D; }
a { background-color: rgb(140,41,61); }
div.DivClassName
{
background-color: #8C293D;
}
.BgClassName
{
background-color: #8C293D;
}
</style>
border-color css
<style>
span { border-color: #8C293D; }
span { border-color: rgb(140,41,61); }
td.TdClassName
{
border-color: #8C293D;
}
.TagClassName
{
border-color: #8C293D;
}
</style>