Shades of Shiraz #8D1A3A
Tints of Shiraz #8D1A3A
RGB
CMYK
RGB Variations
Color information
#8D1A3A (or 0x8D1A3A) is known color: Shiraz. HEX triplet: 8D, 1A and 3A. RGB value is (141,26,58). Sum of RGB (Red+Green+Blue) = 141+26+58=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A3A is #72E5C5. Grayscale: #404040. Windows color (decimal): -7529926 or 3807885. OLE color: 3807885.
HSL color Cylindrical-coordinate representation of color #8D1A3A: hue angle of 343.3º 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 #8D1A3A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 58 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.45 |
| HSL | 343.3º | 0.69% | 0.33% | - |
| HSV(B) | 343.3º | 0.82% | 0.55% | - |
| XYZ | 12.12 | 6.71 | 4.66 | - |
| YUV | 64.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 58 | 0 | 0.82 | 0.59 | 0.45 | 343.3 | 0.69 | 0.33 |
| Hex | 8D | 1A | 3A | 0 | 52 | 3B | 2D | 157 | 45 | 21 |
| Octal | 215 | 32 | 72 | 0 | 122 | 73 | 55 | 527 | 105 | 41 |
| Binary | 10001101 | 11010 | 111010 | 0 | 1010010 | 111011 | 101101 | 101010111 | 1000101 | 100001 |
Color Harmonies of #8D1A3A
Complementary color
Monochromatic Colors of #8D1A3A
Black with #8D1A3A
Text Example
Text Example
White with #8D1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A3A; }
p { color: rgb(141,26,58); }
H1.HeaderClassName
{
color: #8D1A3A;
}
.AnyTagClassName
{
color: #8D1A3A;
}
</style>
background-color css
<style>
a { background-color: #8D1A3A; }
a { background-color: rgb(141,26,58); }
div.DivClassName
{
background-color: #8D1A3A;
}
.BgClassName
{
background-color: #8D1A3A;
}
</style>
border-color css
<style>
span { border-color: #8D1A3A; }
span { border-color: rgb(141,26,58); }
td.TdClassName
{
border-color: #8D1A3A;
}
.TagClassName
{
border-color: #8D1A3A;
}
</style>