Shades of Shiraz #881D3B
Tints of Shiraz #881D3B
RGB
CMYK
RGB Variations
Color information
#881D3B (or 0x881D3B) is known color: Shiraz. HEX triplet: 88, 1D and 3B. RGB value is (136,29,59). Sum of RGB (Red+Green+Blue) = 136+29+59=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #881D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D3B is #77E2C4. Grayscale: #404040. Windows color (decimal): -7856837 or 3874184. OLE color: 3874184.
HSL color Cylindrical-coordinate representation of color #881D3B: hue angle of 343.18º 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 #881D3B is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 59 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.47 |
| HSL | 343.18º | 0.65% | 0.32% | - |
| HSV(B) | 343.18º | 0.79% | 0.53% | - |
| XYZ | 11.38 | 6.43 | 4.78 | - |
| YUV | 64.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 59 | 0 | 0.79 | 0.57 | 0.47 | 343.18 | 0.65 | 0.32 |
| Hex | 88 | 1D | 3B | 0 | 4F | 39 | 2F | 157 | 41 | 20 |
| Octal | 210 | 35 | 73 | 0 | 117 | 71 | 57 | 527 | 101 | 40 |
| Binary | 10001000 | 11101 | 111011 | 0 | 1001111 | 111001 | 101111 | 101010111 | 1000001 | 100000 |
Color Harmonies of #881D3B
Complementary color
Monochromatic Colors of #881D3B
Black with #881D3B
Text Example
Text Example
White with #881D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D3B; }
p { color: rgb(136,29,59); }
H1.HeaderClassName
{
color: #881D3B;
}
.AnyTagClassName
{
color: #881D3B;
}
</style>
background-color css
<style>
a { background-color: #881D3B; }
a { background-color: rgb(136,29,59); }
div.DivClassName
{
background-color: #881D3B;
}
.BgClassName
{
background-color: #881D3B;
}
</style>
border-color css
<style>
span { border-color: #881D3B; }
span { border-color: rgb(136,29,59); }
td.TdClassName
{
border-color: #881D3B;
}
.TagClassName
{
border-color: #881D3B;
}
</style>