Shades of Shiraz #881B3A
Tints of Shiraz #881B3A
RGB
CMYK
RGB Variations
Color information
#881B3A (or 0x881B3A) is known color: Shiraz. HEX triplet: 88, 1B and 3A. RGB value is (136,27,58). Sum of RGB (Red+Green+Blue) = 136+27+58=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #881B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B3A is #77E4C5. Grayscale: #3F3F3F. Windows color (decimal): -7857350 or 3808136. OLE color: 3808136.
HSL color Cylindrical-coordinate representation of color #881B3A: hue angle of 342.94º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B3A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 58 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.47 |
| HSL | 342.94º | 0.67% | 0.32% | - |
| HSV(B) | 342.94º | 0.8% | 0.53% | - |
| XYZ | 11.31 | 6.32 | 4.63 | - |
| YUV | 63.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 58 | 0 | 0.80 | 0.57 | 0.47 | 342.94 | 0.67 | 0.32 |
| Hex | 88 | 1B | 3A | 0 | 50 | 39 | 2F | 157 | 43 | 20 |
| Octal | 210 | 33 | 72 | 0 | 120 | 71 | 57 | 527 | 103 | 40 |
| Binary | 10001000 | 11011 | 111010 | 0 | 1010000 | 111001 | 101111 | 101010111 | 1000011 | 100000 |
Color Harmonies of #881B3A
Complementary color
Monochromatic Colors of #881B3A
Black with #881B3A
Text Example
Text Example
White with #881B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B3A; }
p { color: rgb(136,27,58); }
H1.HeaderClassName
{
color: #881B3A;
}
.AnyTagClassName
{
color: #881B3A;
}
</style>
background-color css
<style>
a { background-color: #881B3A; }
a { background-color: rgb(136,27,58); }
div.DivClassName
{
background-color: #881B3A;
}
.BgClassName
{
background-color: #881B3A;
}
</style>
border-color css
<style>
span { border-color: #881B3A; }
span { border-color: rgb(136,27,58); }
td.TdClassName
{
border-color: #881B3A;
}
.TagClassName
{
border-color: #881B3A;
}
</style>