Shades of Shiraz #8C243C
Tints of Shiraz #8C243C
RGB
CMYK
RGB Variations
Color information
#8C243C (or 0x8C243C) is known color: Shiraz. HEX triplet: 8C, 24 and 3C. RGB value is (140,36,60). Sum of RGB (Red+Green+Blue) = 140+36+60=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C243C is #73DBC3. Grayscale: #454545. Windows color (decimal): -7592900 or 3941516. OLE color: 3941516.
HSL color Cylindrical-coordinate representation of color #8C243C: hue angle of 346.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C243C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 60 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.45 |
| HSL | 346.15º | 0.59% | 0.35% | - |
| HSV(B) | 346.15º | 0.74% | 0.55% | - |
| XYZ | 12.26 | 7.16 | 5.01 | - |
| YUV | 69.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 60 | 0 | 0.74 | 0.57 | 0.45 | 346.15 | 0.59 | 0.35 |
| Hex | 8C | 24 | 3C | 0 | 4A | 39 | 2D | 15A | 3B | 23 |
| Octal | 214 | 44 | 74 | 0 | 112 | 71 | 55 | 532 | 73 | 43 |
| Binary | 10001100 | 100100 | 111100 | 0 | 1001010 | 111001 | 101101 | 101011010 | 111011 | 100011 |
Color Harmonies of #8C243C
Complementary color
Monochromatic Colors of #8C243C
Black with #8C243C
Text Example
Text Example
White with #8C243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C243C; }
p { color: rgb(140,36,60); }
H1.HeaderClassName
{
color: #8C243C;
}
.AnyTagClassName
{
color: #8C243C;
}
</style>
background-color css
<style>
a { background-color: #8C243C; }
a { background-color: rgb(140,36,60); }
div.DivClassName
{
background-color: #8C243C;
}
.BgClassName
{
background-color: #8C243C;
}
</style>
border-color css
<style>
span { border-color: #8C243C; }
span { border-color: rgb(140,36,60); }
td.TdClassName
{
border-color: #8C243C;
}
.TagClassName
{
border-color: #8C243C;
}
</style>