Shades of Shiraz #8C203F
Tints of Shiraz #8C203F
RGB
CMYK
RGB Variations
Color information
#8C203F (or 0x8C203F) is known color: Shiraz. HEX triplet: 8C, 20 and 3F. RGB value is (140,32,63). Sum of RGB (Red+Green+Blue) = 140+32+63=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C203F is #73DFC0. Grayscale: #434343. Windows color (decimal): -7593921 or 4137100. OLE color: 4137100.
HSL color Cylindrical-coordinate representation of color #8C203F: hue angle of 342.78º 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 #8C203F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 63 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.45 |
| HSL | 342.78º | 0.63% | 0.34% | - |
| HSV(B) | 342.78º | 0.77% | 0.55% | - |
| XYZ | 12.23 | 6.97 | 5.4 | - |
| YUV | 67.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 63 | 0 | 0.77 | 0.55 | 0.45 | 342.78 | 0.63 | 0.34 |
| Hex | 8C | 20 | 3F | 0 | 4D | 37 | 2D | 157 | 3F | 22 |
| Octal | 214 | 40 | 77 | 0 | 115 | 67 | 55 | 527 | 77 | 42 |
| Binary | 10001100 | 100000 | 111111 | 0 | 1001101 | 110111 | 101101 | 101010111 | 111111 | 100010 |
Color Harmonies of #8C203F
Complementary color
Monochromatic Colors of #8C203F
Black with #8C203F
Text Example
Text Example
White with #8C203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C203F; }
p { color: rgb(140,32,63); }
H1.HeaderClassName
{
color: #8C203F;
}
.AnyTagClassName
{
color: #8C203F;
}
</style>
background-color css
<style>
a { background-color: #8C203F; }
a { background-color: rgb(140,32,63); }
div.DivClassName
{
background-color: #8C203F;
}
.BgClassName
{
background-color: #8C203F;
}
</style>
border-color css
<style>
span { border-color: #8C203F; }
span { border-color: rgb(140,32,63); }
td.TdClassName
{
border-color: #8C203F;
}
.TagClassName
{
border-color: #8C203F;
}
</style>