Shades of Shiraz #8C153B
Tints of Shiraz #8C153B
RGB
CMYK
RGB Variations
Color information
#8C153B (or 0x8C153B) is known color: Shiraz. HEX triplet: 8C, 15 and 3B. RGB value is (140,21,59). Sum of RGB (Red+Green+Blue) = 140+21+59=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C153B is #73EAC4. Grayscale: #3C3C3C. Windows color (decimal): -7596741 or 3872140. OLE color: 3872140.
HSL color Cylindrical-coordinate representation of color #8C153B: hue angle of 340.84º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C153B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 59 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.45 |
| HSL | 340.84º | 0.74% | 0.32% | - |
| HSV(B) | 340.84º | 0.85% | 0.55% | - |
| XYZ | 11.87 | 6.43 | 4.75 | - |
| YUV | 60.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 59 | 0 | 0.85 | 0.58 | 0.45 | 340.84 | 0.74 | 0.32 |
| Hex | 8C | 15 | 3B | 0 | 55 | 3A | 2D | 155 | 4A | 20 |
| Octal | 214 | 25 | 73 | 0 | 125 | 72 | 55 | 525 | 112 | 40 |
| Binary | 10001100 | 10101 | 111011 | 0 | 1010101 | 111010 | 101101 | 101010101 | 1001010 | 100000 |
Color Harmonies of #8C153B
Complementary color
Monochromatic Colors of #8C153B
Black with #8C153B
Text Example
Text Example
White with #8C153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C153B; }
p { color: rgb(140,21,59); }
H1.HeaderClassName
{
color: #8C153B;
}
.AnyTagClassName
{
color: #8C153B;
}
</style>
background-color css
<style>
a { background-color: #8C153B; }
a { background-color: rgb(140,21,59); }
div.DivClassName
{
background-color: #8C153B;
}
.BgClassName
{
background-color: #8C153B;
}
</style>
border-color css
<style>
span { border-color: #8C153B; }
span { border-color: rgb(140,21,59); }
td.TdClassName
{
border-color: #8C153B;
}
.TagClassName
{
border-color: #8C153B;
}
</style>