Shades of Shiraz #8D243D
Tints of Shiraz #8D243D
RGB
CMYK
RGB Variations
Color information
#8D243D (or 0x8D243D) is known color: Shiraz. HEX triplet: 8D, 24 and 3D. RGB value is (141,36,61). Sum of RGB (Red+Green+Blue) = 141+36+61=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D243D is #72DBC2. Grayscale: #464646. Windows color (decimal): -7527363 or 4007053. OLE color: 4007053.
HSL color Cylindrical-coordinate representation of color #8D243D: hue angle of 345.71º 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 #8D243D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 61 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.45 |
| HSL | 345.71º | 0.59% | 0.35% | - |
| HSV(B) | 345.71º | 0.74% | 0.55% | - |
| XYZ | 12.46 | 7.26 | 5.16 | - |
| YUV | 70.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 61 | 0 | 0.74 | 0.57 | 0.45 | 345.71 | 0.59 | 0.35 |
| Hex | 8D | 24 | 3D | 0 | 4A | 39 | 2D | 15A | 3B | 23 |
| Octal | 215 | 44 | 75 | 0 | 112 | 71 | 55 | 532 | 73 | 43 |
| Binary | 10001101 | 100100 | 111101 | 0 | 1001010 | 111001 | 101101 | 101011010 | 111011 | 100011 |
Color Harmonies of #8D243D
Complementary color
Monochromatic Colors of #8D243D
Black with #8D243D
Text Example
Text Example
White with #8D243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D243D; }
p { color: rgb(141,36,61); }
H1.HeaderClassName
{
color: #8D243D;
}
.AnyTagClassName
{
color: #8D243D;
}
</style>
background-color css
<style>
a { background-color: #8D243D; }
a { background-color: rgb(141,36,61); }
div.DivClassName
{
background-color: #8D243D;
}
.BgClassName
{
background-color: #8D243D;
}
</style>
border-color css
<style>
span { border-color: #8D243D; }
span { border-color: rgb(141,36,61); }
td.TdClassName
{
border-color: #8D243D;
}
.TagClassName
{
border-color: #8D243D;
}
</style>