Shades of Shiraz #8C1633
Tints of Shiraz #8C1633
RGB
CMYK
RGB Variations
Color information
#8C1633 (or 0x8C1633) is known color: Shiraz. HEX triplet: 8C, 16 and 33. RGB value is (140,22,51). Sum of RGB (Red+Green+Blue) = 140+22+51=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1633 is #73E9CC. Grayscale: #3C3C3C. Windows color (decimal): -7596493 or 3348108. OLE color: 3348108.
HSL color Cylindrical-coordinate representation of color #8C1633: hue angle of 345.25º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1633 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 51 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.45 |
| HSL | 345.25º | 0.73% | 0.32% | - |
| HSV(B) | 345.25º | 0.84% | 0.55% | - |
| XYZ | 11.7 | 6.39 | 3.75 | - |
| YUV | 60.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 51 | 0 | 0.84 | 0.64 | 0.45 | 345.25 | 0.73 | 0.32 |
| Hex | 8C | 16 | 33 | 0 | 54 | 40 | 2D | 159 | 49 | 20 |
| Octal | 214 | 26 | 63 | 0 | 124 | 100 | 55 | 531 | 111 | 40 |
| Binary | 10001100 | 10110 | 110011 | 0 | 1010100 | 1000000 | 101101 | 101011001 | 1001001 | 100000 |
Color Harmonies of #8C1633
Complementary color
Monochromatic Colors of #8C1633
Black with #8C1633
Text Example
Text Example
White with #8C1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1633; }
p { color: rgb(140,22,51); }
H1.HeaderClassName
{
color: #8C1633;
}
.AnyTagClassName
{
color: #8C1633;
}
</style>
background-color css
<style>
a { background-color: #8C1633; }
a { background-color: rgb(140,22,51); }
div.DivClassName
{
background-color: #8C1633;
}
.BgClassName
{
background-color: #8C1633;
}
</style>
border-color css
<style>
span { border-color: #8C1633; }
span { border-color: rgb(140,22,51); }
td.TdClassName
{
border-color: #8C1633;
}
.TagClassName
{
border-color: #8C1633;
}
</style>