Shades of Shiraz #881D3A
Tints of Shiraz #881D3A
RGB
CMYK
RGB Variations
Color information
#881D3A (or 0x881D3A) is known color: Shiraz. HEX triplet: 88, 1D and 3A. RGB value is (136,29,58). Sum of RGB (Red+Green+Blue) = 136+29+58=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #881D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D3A is #77E2C5. Grayscale: #404040. Windows color (decimal): -7856838 or 3808648. OLE color: 3808648.
HSL color Cylindrical-coordinate representation of color #881D3A: hue angle of 343.74º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D3A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 58 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.47 |
| HSL | 343.74º | 0.65% | 0.32% | - |
| HSV(B) | 343.74º | 0.79% | 0.53% | - |
| XYZ | 11.36 | 6.42 | 4.64 | - |
| YUV | 64.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 58 | 0 | 0.79 | 0.57 | 0.47 | 343.74 | 0.65 | 0.32 |
| Hex | 88 | 1D | 3A | 0 | 4F | 39 | 2F | 158 | 41 | 20 |
| Octal | 210 | 35 | 72 | 0 | 117 | 71 | 57 | 530 | 101 | 40 |
| Binary | 10001000 | 11101 | 111010 | 0 | 1001111 | 111001 | 101111 | 101011000 | 1000001 | 100000 |
Color Harmonies of #881D3A
Complementary color
Monochromatic Colors of #881D3A
Black with #881D3A
Text Example
Text Example
White with #881D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D3A; }
p { color: rgb(136,29,58); }
H1.HeaderClassName
{
color: #881D3A;
}
.AnyTagClassName
{
color: #881D3A;
}
</style>
background-color css
<style>
a { background-color: #881D3A; }
a { background-color: rgb(136,29,58); }
div.DivClassName
{
background-color: #881D3A;
}
.BgClassName
{
background-color: #881D3A;
}
</style>
border-color css
<style>
span { border-color: #881D3A; }
span { border-color: rgb(136,29,58); }
td.TdClassName
{
border-color: #881D3A;
}
.TagClassName
{
border-color: #881D3A;
}
</style>