Shades of Shiraz #8C243D
Tints of Shiraz #8C243D
RGB
CMYK
RGB Variations
Color information
#8C243D (or 0x8C243D) is known color: Shiraz. HEX triplet: 8C, 24 and 3D. RGB value is (140,36,61). Sum of RGB (Red+Green+Blue) = 140+36+61=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C243D is #73DBC2. Grayscale: #454545. Windows color (decimal): -7592899 or 4007052. OLE color: 4007052.
HSL color Cylindrical-coordinate representation of color #8C243D: hue angle of 345.58º 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 #8C243D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 61 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.45 |
| HSL | 345.58º | 0.59% | 0.35% | - |
| HSV(B) | 345.58º | 0.74% | 0.55% | - |
| XYZ | 12.29 | 7.17 | 5.15 | - |
| YUV | 69.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 61 | 0 | 0.74 | 0.56 | 0.45 | 345.58 | 0.59 | 0.35 |
| Hex | 8C | 24 | 3D | 0 | 4A | 38 | 2D | 15A | 3B | 23 |
| Octal | 214 | 44 | 75 | 0 | 112 | 70 | 55 | 532 | 73 | 43 |
| Binary | 10001100 | 100100 | 111101 | 0 | 1001010 | 111000 | 101101 | 101011010 | 111011 | 100011 |
Color Harmonies of #8C243D
Complementary color
Monochromatic Colors of #8C243D
Black with #8C243D
Text Example
Text Example
White with #8C243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C243D; }
p { color: rgb(140,36,61); }
H1.HeaderClassName
{
color: #8C243D;
}
.AnyTagClassName
{
color: #8C243D;
}
</style>
background-color css
<style>
a { background-color: #8C243D; }
a { background-color: rgb(140,36,61); }
div.DivClassName
{
background-color: #8C243D;
}
.BgClassName
{
background-color: #8C243D;
}
</style>
border-color css
<style>
span { border-color: #8C243D; }
span { border-color: rgb(140,36,61); }
td.TdClassName
{
border-color: #8C243D;
}
.TagClassName
{
border-color: #8C243D;
}
</style>