Shades of Shiraz #8C1C36
Tints of Shiraz #8C1C36
RGB
CMYK
RGB Variations
Color information
#8C1C36 (or 0x8C1C36) is known color: Shiraz. HEX triplet: 8C, 1C and 36. RGB value is (140,28,54). Sum of RGB (Red+Green+Blue) = 140+28+54=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C36 is #73E3C9. Grayscale: #404040. Windows color (decimal): -7594954 or 3546252. OLE color: 3546252.
HSL color Cylindrical-coordinate representation of color #8C1C36: hue angle of 346.07º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C36 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 54 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.45 |
| HSL | 346.07º | 0.67% | 0.33% | - |
| HSV(B) | 346.07º | 0.8% | 0.55% | - |
| XYZ | 11.9 | 6.67 | 4.15 | - |
| YUV | 64.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 54 | 0 | 0.80 | 0.61 | 0.45 | 346.07 | 0.67 | 0.33 |
| Hex | 8C | 1C | 36 | 0 | 50 | 3D | 2D | 15A | 43 | 21 |
| Octal | 214 | 34 | 66 | 0 | 120 | 75 | 55 | 532 | 103 | 41 |
| Binary | 10001100 | 11100 | 110110 | 0 | 1010000 | 111101 | 101101 | 101011010 | 1000011 | 100001 |
Color Harmonies of #8C1C36
Complementary color
Monochromatic Colors of #8C1C36
Black with #8C1C36
Text Example
Text Example
White with #8C1C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C36; }
p { color: rgb(140,28,54); }
H1.HeaderClassName
{
color: #8C1C36;
}
.AnyTagClassName
{
color: #8C1C36;
}
</style>
background-color css
<style>
a { background-color: #8C1C36; }
a { background-color: rgb(140,28,54); }
div.DivClassName
{
background-color: #8C1C36;
}
.BgClassName
{
background-color: #8C1C36;
}
</style>
border-color css
<style>
span { border-color: #8C1C36; }
span { border-color: rgb(140,28,54); }
td.TdClassName
{
border-color: #8C1C36;
}
.TagClassName
{
border-color: #8C1C36;
}
</style>