Shades of Shiraz #8C2334
Tints of Shiraz #8C2334
RGB
CMYK
RGB Variations
Color information
#8C2334 (or 0x8C2334) is known color: Shiraz. HEX triplet: 8C, 23 and 34. RGB value is (140,35,52). Sum of RGB (Red+Green+Blue) = 140+35+52=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2334 is #73DCCB. Grayscale: #444444. Windows color (decimal): -7593164 or 3416972. OLE color: 3416972.
HSL color Cylindrical-coordinate representation of color #8C2334: hue angle of 350.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 #8C2334 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 52 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.45 |
| HSL | 350.29º | 0.6% | 0.34% | - |
| HSV(B) | 350.29º | 0.75% | 0.55% | - |
| XYZ | 12.04 | 7.03 | 3.97 | - |
| YUV | 68.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 52 | 0 | 0.75 | 0.63 | 0.45 | 350.29 | 0.6 | 0.34 |
| Hex | 8C | 23 | 34 | 0 | 4B | 3F | 2D | 15E | 3C | 22 |
| Octal | 214 | 43 | 64 | 0 | 113 | 77 | 55 | 536 | 74 | 42 |
| Binary | 10001100 | 100011 | 110100 | 0 | 1001011 | 111111 | 101101 | 101011110 | 111100 | 100010 |
Color Harmonies of #8C2334
Complementary color
Monochromatic Colors of #8C2334
Black with #8C2334
Text Example
Text Example
White with #8C2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2334; }
p { color: rgb(140,35,52); }
H1.HeaderClassName
{
color: #8C2334;
}
.AnyTagClassName
{
color: #8C2334;
}
</style>
background-color css
<style>
a { background-color: #8C2334; }
a { background-color: rgb(140,35,52); }
div.DivClassName
{
background-color: #8C2334;
}
.BgClassName
{
background-color: #8C2334;
}
</style>
border-color css
<style>
span { border-color: #8C2334; }
span { border-color: rgb(140,35,52); }
td.TdClassName
{
border-color: #8C2334;
}
.TagClassName
{
border-color: #8C2334;
}
</style>