Shades of Shiraz #8D2534
Tints of Shiraz #8D2534
RGB
CMYK
RGB Variations
Color information
#8D2534 (or 0x8D2534) is known color: Shiraz. HEX triplet: 8D, 25 and 34. RGB value is (141,37,52). Sum of RGB (Red+Green+Blue) = 141+37+52=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2534 is #72DACB. Grayscale: #454545. Windows color (decimal): -7527116 or 3417485. OLE color: 3417485.
HSL color Cylindrical-coordinate representation of color #8D2534: hue angle of 351.35º 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 #8D2534 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 52 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.45 |
| HSL | 351.35º | 0.58% | 0.35% | - |
| HSV(B) | 351.35º | 0.74% | 0.55% | - |
| XYZ | 12.27 | 7.23 | 4 | - |
| YUV | 69.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 52 | 0 | 0.74 | 0.63 | 0.45 | 351.35 | 0.58 | 0.35 |
| Hex | 8D | 25 | 34 | 0 | 4A | 3F | 2D | 15F | 3A | 23 |
| Octal | 215 | 45 | 64 | 0 | 112 | 77 | 55 | 537 | 72 | 43 |
| Binary | 10001101 | 100101 | 110100 | 0 | 1001010 | 111111 | 101101 | 101011111 | 111010 | 100011 |
Color Harmonies of #8D2534
Complementary color
Monochromatic Colors of #8D2534
Black with #8D2534
Text Example
Text Example
White with #8D2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2534; }
p { color: rgb(141,37,52); }
H1.HeaderClassName
{
color: #8D2534;
}
.AnyTagClassName
{
color: #8D2534;
}
</style>
background-color css
<style>
a { background-color: #8D2534; }
a { background-color: rgb(141,37,52); }
div.DivClassName
{
background-color: #8D2534;
}
.BgClassName
{
background-color: #8D2534;
}
</style>
border-color css
<style>
span { border-color: #8D2534; }
span { border-color: rgb(141,37,52); }
td.TdClassName
{
border-color: #8D2534;
}
.TagClassName
{
border-color: #8D2534;
}
</style>