Shades of Shiraz #8D2334
Tints of Shiraz #8D2334
RGB
CMYK
RGB Variations
Color information
#8D2334 (or 0x8D2334) is known color: Shiraz. HEX triplet: 8D, 23 and 34. RGB value is (141,35,52). Sum of RGB (Red+Green+Blue) = 141+35+52=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2334 is #72DCCB. Grayscale: #444444. Windows color (decimal): -7527628 or 3416973. OLE color: 3416973.
HSL color Cylindrical-coordinate representation of color #8D2334: hue angle of 350.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2334 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 52 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.45 |
| HSL | 350.38º | 0.6% | 0.35% | - |
| HSV(B) | 350.38º | 0.75% | 0.55% | - |
| XYZ | 12.21 | 7.11 | 3.98 | - |
| YUV | 68.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 52 | 0 | 0.75 | 0.63 | 0.45 | 350.38 | 0.6 | 0.35 |
| Hex | 8D | 23 | 34 | 0 | 4B | 3F | 2D | 15E | 3C | 23 |
| Octal | 215 | 43 | 64 | 0 | 113 | 77 | 55 | 536 | 74 | 43 |
| Binary | 10001101 | 100011 | 110100 | 0 | 1001011 | 111111 | 101101 | 101011110 | 111100 | 100011 |
Color Harmonies of #8D2334
Complementary color
Monochromatic Colors of #8D2334
Black with #8D2334
Text Example
Text Example
White with #8D2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2334; }
p { color: rgb(141,35,52); }
H1.HeaderClassName
{
color: #8D2334;
}
.AnyTagClassName
{
color: #8D2334;
}
</style>
background-color css
<style>
a { background-color: #8D2334; }
a { background-color: rgb(141,35,52); }
div.DivClassName
{
background-color: #8D2334;
}
.BgClassName
{
background-color: #8D2334;
}
</style>
border-color css
<style>
span { border-color: #8D2334; }
span { border-color: rgb(141,35,52); }
td.TdClassName
{
border-color: #8D2334;
}
.TagClassName
{
border-color: #8D2334;
}
</style>