Shades of Shiraz #8C1C3C
Tints of Shiraz #8C1C3C
RGB
CMYK
RGB Variations
Color information
#8C1C3C (or 0x8C1C3C) is known color: Shiraz. HEX triplet: 8C, 1C and 3C. RGB value is (140,28,60). Sum of RGB (Red+Green+Blue) = 140+28+60=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C3C is #73E3C3. Grayscale: #414141. Windows color (decimal): -7594948 or 3939468. OLE color: 3939468.
HSL color Cylindrical-coordinate representation of color #8C1C3C: hue angle of 342.86º 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 #8C1C3C is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 60 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.45 |
| HSL | 342.86º | 0.67% | 0.33% | - |
| HSV(B) | 342.86º | 0.8% | 0.55% | - |
| XYZ | 12.05 | 6.73 | 4.94 | - |
| YUV | 65.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 60 | 0 | 0.80 | 0.57 | 0.45 | 342.86 | 0.67 | 0.33 |
| Hex | 8C | 1C | 3C | 0 | 50 | 39 | 2D | 157 | 43 | 21 |
| Octal | 214 | 34 | 74 | 0 | 120 | 71 | 55 | 527 | 103 | 41 |
| Binary | 10001100 | 11100 | 111100 | 0 | 1010000 | 111001 | 101101 | 101010111 | 1000011 | 100001 |
Color Harmonies of #8C1C3C
Complementary color
Monochromatic Colors of #8C1C3C
Black with #8C1C3C
Text Example
Text Example
White with #8C1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C3C; }
p { color: rgb(140,28,60); }
H1.HeaderClassName
{
color: #8C1C3C;
}
.AnyTagClassName
{
color: #8C1C3C;
}
</style>
background-color css
<style>
a { background-color: #8C1C3C; }
a { background-color: rgb(140,28,60); }
div.DivClassName
{
background-color: #8C1C3C;
}
.BgClassName
{
background-color: #8C1C3C;
}
</style>
border-color css
<style>
span { border-color: #8C1C3C; }
span { border-color: rgb(140,28,60); }
td.TdClassName
{
border-color: #8C1C3C;
}
.TagClassName
{
border-color: #8C1C3C;
}
</style>