Shades of Shiraz #8D253E
Tints of Shiraz #8D253E
RGB
CMYK
RGB Variations
Color information
#8D253E (or 0x8D253E) is known color: Shiraz. HEX triplet: 8D, 25 and 3E. RGB value is (141,37,62). Sum of RGB (Red+Green+Blue) = 141+37+62=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D253E is #72DAC1. Grayscale: #464646. Windows color (decimal): -7527106 or 4072845. OLE color: 4072845.
HSL color Cylindrical-coordinate representation of color #8D253E: hue angle of 345.58º 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 #8D253E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 62 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.45 |
| HSL | 345.58º | 0.58% | 0.35% | - |
| HSV(B) | 345.58º | 0.74% | 0.55% | - |
| XYZ | 12.52 | 7.33 | 5.31 | - |
| YUV | 70.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 62 | 0 | 0.74 | 0.56 | 0.45 | 345.58 | 0.58 | 0.35 |
| Hex | 8D | 25 | 3E | 0 | 4A | 38 | 2D | 15A | 3A | 23 |
| Octal | 215 | 45 | 76 | 0 | 112 | 70 | 55 | 532 | 72 | 43 |
| Binary | 10001101 | 100101 | 111110 | 0 | 1001010 | 111000 | 101101 | 101011010 | 111010 | 100011 |
Color Harmonies of #8D253E
Complementary color
Monochromatic Colors of #8D253E
Black with #8D253E
Text Example
Text Example
White with #8D253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D253E; }
p { color: rgb(141,37,62); }
H1.HeaderClassName
{
color: #8D253E;
}
.AnyTagClassName
{
color: #8D253E;
}
</style>
background-color css
<style>
a { background-color: #8D253E; }
a { background-color: rgb(141,37,62); }
div.DivClassName
{
background-color: #8D253E;
}
.BgClassName
{
background-color: #8D253E;
}
</style>
border-color css
<style>
span { border-color: #8D253E; }
span { border-color: rgb(141,37,62); }
td.TdClassName
{
border-color: #8D253E;
}
.TagClassName
{
border-color: #8D253E;
}
</style>