Shades of Shiraz #8C203B
Tints of Shiraz #8C203B
RGB
CMYK
RGB Variations
Color information
#8C203B (or 0x8C203B) is known color: Shiraz. HEX triplet: 8C, 20 and 3B. RGB value is (140,32,59). Sum of RGB (Red+Green+Blue) = 140+32+59=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C203B is #73DFC4. Grayscale: #434343. Windows color (decimal): -7593925 or 3874956. OLE color: 3874956.
HSL color Cylindrical-coordinate representation of color #8C203B: hue angle of 345º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C203B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 59 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.45 |
| HSL | 345º | 0.63% | 0.34% | - |
| HSV(B) | 345º | 0.77% | 0.55% | - |
| XYZ | 12.12 | 6.92 | 4.84 | - |
| YUV | 67.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 59 | 0 | 0.77 | 0.58 | 0.45 | 345 | 0.63 | 0.34 |
| Hex | 8C | 20 | 3B | 0 | 4D | 3A | 2D | 159 | 3F | 22 |
| Octal | 214 | 40 | 73 | 0 | 115 | 72 | 55 | 531 | 77 | 42 |
| Binary | 10001100 | 100000 | 111011 | 0 | 1001101 | 111010 | 101101 | 101011001 | 111111 | 100010 |
Color Harmonies of #8C203B
Complementary color
Monochromatic Colors of #8C203B
Black with #8C203B
Text Example
Text Example
White with #8C203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C203B; }
p { color: rgb(140,32,59); }
H1.HeaderClassName
{
color: #8C203B;
}
.AnyTagClassName
{
color: #8C203B;
}
</style>
background-color css
<style>
a { background-color: #8C203B; }
a { background-color: rgb(140,32,59); }
div.DivClassName
{
background-color: #8C203B;
}
.BgClassName
{
background-color: #8C203B;
}
</style>
border-color css
<style>
span { border-color: #8C203B; }
span { border-color: rgb(140,32,59); }
td.TdClassName
{
border-color: #8C203B;
}
.TagClassName
{
border-color: #8C203B;
}
</style>