Shades of Shiraz #8D253D
Tints of Shiraz #8D253D
RGB
CMYK
RGB Variations
Color information
#8D253D (or 0x8D253D) is known color: Shiraz. HEX triplet: 8D, 25 and 3D. RGB value is (141,37,61). Sum of RGB (Red+Green+Blue) = 141+37+61=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D253D is #72DAC2. Grayscale: #464646. Windows color (decimal): -7527107 or 4007309. OLE color: 4007309.
HSL color Cylindrical-coordinate representation of color #8D253D: hue angle of 346.15º degrees, saturation: 0.58, 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 #8D253D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 61 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.45 |
| HSL | 346.15º | 0.58% | 0.35% | - |
| HSV(B) | 346.15º | 0.74% | 0.55% | - |
| XYZ | 12.49 | 7.32 | 5.17 | - |
| YUV | 70.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 61 | 0 | 0.74 | 0.57 | 0.45 | 346.15 | 0.58 | 0.35 |
| Hex | 8D | 25 | 3D | 0 | 4A | 39 | 2D | 15A | 3A | 23 |
| Octal | 215 | 45 | 75 | 0 | 112 | 71 | 55 | 532 | 72 | 43 |
| Binary | 10001101 | 100101 | 111101 | 0 | 1001010 | 111001 | 101101 | 101011010 | 111010 | 100011 |
Color Harmonies of #8D253D
Complementary color
Monochromatic Colors of #8D253D
Black with #8D253D
Text Example
Text Example
White with #8D253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D253D; }
p { color: rgb(141,37,61); }
H1.HeaderClassName
{
color: #8D253D;
}
.AnyTagClassName
{
color: #8D253D;
}
</style>
background-color css
<style>
a { background-color: #8D253D; }
a { background-color: rgb(141,37,61); }
div.DivClassName
{
background-color: #8D253D;
}
.BgClassName
{
background-color: #8D253D;
}
</style>
border-color css
<style>
span { border-color: #8D253D; }
span { border-color: rgb(141,37,61); }
td.TdClassName
{
border-color: #8D253D;
}
.TagClassName
{
border-color: #8D253D;
}
</style>