Shades of Shiraz #8D1A36
Tints of Shiraz #8D1A36
RGB
CMYK
RGB Variations
Color information
#8D1A36 (or 0x8D1A36) is known color: Shiraz. HEX triplet: 8D, 1A and 36. RGB value is (141,26,54). Sum of RGB (Red+Green+Blue) = 141+26+54=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A36 is #72E5C9. Grayscale: #3F3F3F. Windows color (decimal): -7529930 or 3545741. OLE color: 3545741.
HSL color Cylindrical-coordinate representation of color #8D1A36: hue angle of 345.39º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A36 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 54 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.45 |
| HSL | 345.39º | 0.69% | 0.33% | - |
| HSV(B) | 345.39º | 0.82% | 0.55% | - |
| XYZ | 12.02 | 6.67 | 4.14 | - |
| YUV | 63.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 54 | 0 | 0.82 | 0.62 | 0.45 | 345.39 | 0.69 | 0.33 |
| Hex | 8D | 1A | 36 | 0 | 52 | 3E | 2D | 159 | 45 | 21 |
| Octal | 215 | 32 | 66 | 0 | 122 | 76 | 55 | 531 | 105 | 41 |
| Binary | 10001101 | 11010 | 110110 | 0 | 1010010 | 111110 | 101101 | 101011001 | 1000101 | 100001 |
Color Harmonies of #8D1A36
Complementary color
Monochromatic Colors of #8D1A36
Black with #8D1A36
Text Example
Text Example
White with #8D1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A36; }
p { color: rgb(141,26,54); }
H1.HeaderClassName
{
color: #8D1A36;
}
.AnyTagClassName
{
color: #8D1A36;
}
</style>
background-color css
<style>
a { background-color: #8D1A36; }
a { background-color: rgb(141,26,54); }
div.DivClassName
{
background-color: #8D1A36;
}
.BgClassName
{
background-color: #8D1A36;
}
</style>
border-color css
<style>
span { border-color: #8D1A36; }
span { border-color: rgb(141,26,54); }
td.TdClassName
{
border-color: #8D1A36;
}
.TagClassName
{
border-color: #8D1A36;
}
</style>