Shades of Shiraz #8D1B34
Tints of Shiraz #8D1B34
RGB
CMYK
RGB Variations
Color information
#8D1B34 (or 0x8D1B34) is known color: Shiraz. HEX triplet: 8D, 1B and 34. RGB value is (141,27,52). Sum of RGB (Red+Green+Blue) = 141+27+52=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B34 is #72E4CB. Grayscale: #3F3F3F. Windows color (decimal): -7529676 or 3414925. OLE color: 3414925.
HSL color Cylindrical-coordinate representation of color #8D1B34: hue angle of 346.84º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B34 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 52 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.45 |
| HSL | 346.84º | 0.68% | 0.33% | - |
| HSV(B) | 346.84º | 0.81% | 0.55% | - |
| XYZ | 12 | 6.69 | 3.91 | - |
| YUV | 63.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 52 | 0 | 0.81 | 0.63 | 0.45 | 346.84 | 0.68 | 0.33 |
| Hex | 8D | 1B | 34 | 0 | 51 | 3F | 2D | 15B | 44 | 21 |
| Octal | 215 | 33 | 64 | 0 | 121 | 77 | 55 | 533 | 104 | 41 |
| Binary | 10001101 | 11011 | 110100 | 0 | 1010001 | 111111 | 101101 | 101011011 | 1000100 | 100001 |
Color Harmonies of #8D1B34
Complementary color
Monochromatic Colors of #8D1B34
Black with #8D1B34
Text Example
Text Example
White with #8D1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B34; }
p { color: rgb(141,27,52); }
H1.HeaderClassName
{
color: #8D1B34;
}
.AnyTagClassName
{
color: #8D1B34;
}
</style>
background-color css
<style>
a { background-color: #8D1B34; }
a { background-color: rgb(141,27,52); }
div.DivClassName
{
background-color: #8D1B34;
}
.BgClassName
{
background-color: #8D1B34;
}
</style>
border-color css
<style>
span { border-color: #8D1B34; }
span { border-color: rgb(141,27,52); }
td.TdClassName
{
border-color: #8D1B34;
}
.TagClassName
{
border-color: #8D1B34;
}
</style>