Shades of Shiraz #8D253F
Tints of Shiraz #8D253F
RGB
CMYK
RGB Variations
Color information
#8D253F (or 0x8D253F) is known color: Shiraz. HEX triplet: 8D, 25 and 3F. RGB value is (141,37,63). Sum of RGB (Red+Green+Blue) = 141+37+63=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D253F is #72DAC0. Grayscale: #474747. Windows color (decimal): -7527105 or 4138381. OLE color: 4138381.
HSL color Cylindrical-coordinate representation of color #8D253F: hue angle of 345º 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 #8D253F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 63 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.45 |
| HSL | 345º | 0.58% | 0.35% | - |
| HSV(B) | 345º | 0.74% | 0.55% | - |
| XYZ | 12.54 | 7.34 | 5.46 | - |
| YUV | 71.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 63 | 0 | 0.74 | 0.55 | 0.45 | 345 | 0.58 | 0.35 |
| Hex | 8D | 25 | 3F | 0 | 4A | 37 | 2D | 159 | 3A | 23 |
| Octal | 215 | 45 | 77 | 0 | 112 | 67 | 55 | 531 | 72 | 43 |
| Binary | 10001101 | 100101 | 111111 | 0 | 1001010 | 110111 | 101101 | 101011001 | 111010 | 100011 |
Color Harmonies of #8D253F
Complementary color
Monochromatic Colors of #8D253F
Black with #8D253F
Text Example
Text Example
White with #8D253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D253F; }
p { color: rgb(141,37,63); }
H1.HeaderClassName
{
color: #8D253F;
}
.AnyTagClassName
{
color: #8D253F;
}
</style>
background-color css
<style>
a { background-color: #8D253F; }
a { background-color: rgb(141,37,63); }
div.DivClassName
{
background-color: #8D253F;
}
.BgClassName
{
background-color: #8D253F;
}
</style>
border-color css
<style>
span { border-color: #8D253F; }
span { border-color: rgb(141,37,63); }
td.TdClassName
{
border-color: #8D253F;
}
.TagClassName
{
border-color: #8D253F;
}
</style>