Shades of Shiraz #8D1A34
Tints of Shiraz #8D1A34
RGB
CMYK
RGB Variations
Color information
#8D1A34 (or 0x8D1A34) is known color: Shiraz. HEX triplet: 8D, 1A and 34. RGB value is (141,26,52). Sum of RGB (Red+Green+Blue) = 141+26+52=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A34 is #72E5CB. Grayscale: #3F3F3F. Windows color (decimal): -7529932 or 3414669. OLE color: 3414669.
HSL color Cylindrical-coordinate representation of color #8D1A34: hue angle of 346.43º 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 #8D1A34 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 52 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.45 |
| HSL | 346.43º | 0.69% | 0.33% | - |
| HSV(B) | 346.43º | 0.82% | 0.55% | - |
| XYZ | 11.97 | 6.65 | 3.9 | - |
| YUV | 63.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 52 | 0 | 0.82 | 0.63 | 0.45 | 346.43 | 0.69 | 0.33 |
| Hex | 8D | 1A | 34 | 0 | 52 | 3F | 2D | 15A | 45 | 21 |
| Octal | 215 | 32 | 64 | 0 | 122 | 77 | 55 | 532 | 105 | 41 |
| Binary | 10001101 | 11010 | 110100 | 0 | 1010010 | 111111 | 101101 | 101011010 | 1000101 | 100001 |
Color Harmonies of #8D1A34
Complementary color
Monochromatic Colors of #8D1A34
Black with #8D1A34
Text Example
Text Example
White with #8D1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A34; }
p { color: rgb(141,26,52); }
H1.HeaderClassName
{
color: #8D1A34;
}
.AnyTagClassName
{
color: #8D1A34;
}
</style>
background-color css
<style>
a { background-color: #8D1A34; }
a { background-color: rgb(141,26,52); }
div.DivClassName
{
background-color: #8D1A34;
}
.BgClassName
{
background-color: #8D1A34;
}
</style>
border-color css
<style>
span { border-color: #8D1A34; }
span { border-color: rgb(141,26,52); }
td.TdClassName
{
border-color: #8D1A34;
}
.TagClassName
{
border-color: #8D1A34;
}
</style>