Shades of Shiraz #8D1B3C
Tints of Shiraz #8D1B3C
RGB
CMYK
RGB Variations
Color information
#8D1B3C (or 0x8D1B3C) is known color: Shiraz. HEX triplet: 8D, 1B and 3C. RGB value is (141,27,60). Sum of RGB (Red+Green+Blue) = 141+27+60=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B3C is #72E4C3. Grayscale: #404040. Windows color (decimal): -7529668 or 3939213. OLE color: 3939213.
HSL color Cylindrical-coordinate representation of color #8D1B3C: hue angle of 342.63º 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 #8D1B3C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 60 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.45 |
| HSL | 342.63º | 0.68% | 0.33% | - |
| HSV(B) | 342.63º | 0.81% | 0.55% | - |
| XYZ | 12.19 | 6.77 | 4.94 | - |
| YUV | 64.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 60 | 0 | 0.81 | 0.57 | 0.45 | 342.63 | 0.68 | 0.33 |
| Hex | 8D | 1B | 3C | 0 | 51 | 39 | 2D | 157 | 44 | 21 |
| Octal | 215 | 33 | 74 | 0 | 121 | 71 | 55 | 527 | 104 | 41 |
| Binary | 10001101 | 11011 | 111100 | 0 | 1010001 | 111001 | 101101 | 101010111 | 1000100 | 100001 |
Color Harmonies of #8D1B3C
Complementary color
Monochromatic Colors of #8D1B3C
Black with #8D1B3C
Text Example
Text Example
White with #8D1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B3C; }
p { color: rgb(141,27,60); }
H1.HeaderClassName
{
color: #8D1B3C;
}
.AnyTagClassName
{
color: #8D1B3C;
}
</style>
background-color css
<style>
a { background-color: #8D1B3C; }
a { background-color: rgb(141,27,60); }
div.DivClassName
{
background-color: #8D1B3C;
}
.BgClassName
{
background-color: #8D1B3C;
}
</style>
border-color css
<style>
span { border-color: #8D1B3C; }
span { border-color: rgb(141,27,60); }
td.TdClassName
{
border-color: #8D1B3C;
}
.TagClassName
{
border-color: #8D1B3C;
}
</style>