Shades of Shiraz #8C233B
Tints of Shiraz #8C233B
RGB
CMYK
RGB Variations
Color information
#8C233B (or 0x8C233B) is known color: Shiraz. HEX triplet: 8C, 23 and 3B. RGB value is (140,35,59). Sum of RGB (Red+Green+Blue) = 140+35+59=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C233B is #73DCC4. Grayscale: #454545. Windows color (decimal): -7593157 or 3875724. OLE color: 3875724.
HSL color Cylindrical-coordinate representation of color #8C233B: hue angle of 346.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C233B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 59 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.45 |
| HSL | 346.29º | 0.6% | 0.34% | - |
| HSV(B) | 346.29º | 0.75% | 0.55% | - |
| XYZ | 12.21 | 7.09 | 4.86 | - |
| YUV | 69.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 59 | 0 | 0.75 | 0.58 | 0.45 | 346.29 | 0.6 | 0.34 |
| Hex | 8C | 23 | 3B | 0 | 4B | 3A | 2D | 15A | 3C | 22 |
| Octal | 214 | 43 | 73 | 0 | 113 | 72 | 55 | 532 | 74 | 42 |
| Binary | 10001100 | 100011 | 111011 | 0 | 1001011 | 111010 | 101101 | 101011010 | 111100 | 100010 |
Color Harmonies of #8C233B
Complementary color
Monochromatic Colors of #8C233B
Black with #8C233B
Text Example
Text Example
White with #8C233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C233B; }
p { color: rgb(140,35,59); }
H1.HeaderClassName
{
color: #8C233B;
}
.AnyTagClassName
{
color: #8C233B;
}
</style>
background-color css
<style>
a { background-color: #8C233B; }
a { background-color: rgb(140,35,59); }
div.DivClassName
{
background-color: #8C233B;
}
.BgClassName
{
background-color: #8C233B;
}
</style>
border-color css
<style>
span { border-color: #8C233B; }
span { border-color: rgb(140,35,59); }
td.TdClassName
{
border-color: #8C233B;
}
.TagClassName
{
border-color: #8C233B;
}
</style>