Shades of Shiraz #8C2333
Tints of Shiraz #8C2333
RGB
CMYK
RGB Variations
Color information
#8C2333 (or 0x8C2333) is known color: Shiraz. HEX triplet: 8C, 23 and 33. RGB value is (140,35,51). Sum of RGB (Red+Green+Blue) = 140+35+51=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2333 is #73DCCC. Grayscale: #444444. Windows color (decimal): -7593165 or 3351436. OLE color: 3351436.
HSL color Cylindrical-coordinate representation of color #8C2333: hue angle of 350.86º 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 #8C2333 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 51 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.45 |
| HSL | 350.86º | 0.6% | 0.34% | - |
| HSV(B) | 350.86º | 0.75% | 0.55% | - |
| XYZ | 12.01 | 7.02 | 3.85 | - |
| YUV | 68.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 51 | 0 | 0.75 | 0.64 | 0.45 | 350.86 | 0.6 | 0.34 |
| Hex | 8C | 23 | 33 | 0 | 4B | 40 | 2D | 15F | 3C | 22 |
| Octal | 214 | 43 | 63 | 0 | 113 | 100 | 55 | 537 | 74 | 42 |
| Binary | 10001100 | 100011 | 110011 | 0 | 1001011 | 1000000 | 101101 | 101011111 | 111100 | 100010 |
Color Harmonies of #8C2333
Complementary color
Monochromatic Colors of #8C2333
Black with #8C2333
Text Example
Text Example
White with #8C2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2333; }
p { color: rgb(140,35,51); }
H1.HeaderClassName
{
color: #8C2333;
}
.AnyTagClassName
{
color: #8C2333;
}
</style>
background-color css
<style>
a { background-color: #8C2333; }
a { background-color: rgb(140,35,51); }
div.DivClassName
{
background-color: #8C2333;
}
.BgClassName
{
background-color: #8C2333;
}
</style>
border-color css
<style>
span { border-color: #8C2333; }
span { border-color: rgb(140,35,51); }
td.TdClassName
{
border-color: #8C2333;
}
.TagClassName
{
border-color: #8C2333;
}
</style>