Shades of Shiraz #881F31
Tints of Shiraz #881F31
RGB
CMYK
RGB Variations
Color information
#881F31 (or 0x881F31) is known color: Shiraz. HEX triplet: 88, 1F and 31. RGB value is (136,31,49). Sum of RGB (Red+Green+Blue) = 136+31+49=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #881F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F31 is #77E0CE. Grayscale: #404040. Windows color (decimal): -7856335 or 3219336. OLE color: 3219336.
HSL color Cylindrical-coordinate representation of color #881F31: hue angle of 349.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F31 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 49 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.47 |
| HSL | 349.71º | 0.63% | 0.33% | - |
| HSV(B) | 349.71º | 0.77% | 0.53% | - |
| XYZ | 11.2 | 6.44 | 3.56 | - |
| YUV | 64.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 49 | 0 | 0.77 | 0.64 | 0.47 | 349.71 | 0.63 | 0.33 |
| Hex | 88 | 1F | 31 | 0 | 4D | 40 | 2F | 15E | 3F | 21 |
| Octal | 210 | 37 | 61 | 0 | 115 | 100 | 57 | 536 | 77 | 41 |
| Binary | 10001000 | 11111 | 110001 | 0 | 1001101 | 1000000 | 101111 | 101011110 | 111111 | 100001 |
Color Harmonies of #881F31
Complementary color
Monochromatic Colors of #881F31
Black with #881F31
Text Example
Text Example
White with #881F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F31; }
p { color: rgb(136,31,49); }
H1.HeaderClassName
{
color: #881F31;
}
.AnyTagClassName
{
color: #881F31;
}
</style>
background-color css
<style>
a { background-color: #881F31; }
a { background-color: rgb(136,31,49); }
div.DivClassName
{
background-color: #881F31;
}
.BgClassName
{
background-color: #881F31;
}
</style>
border-color css
<style>
span { border-color: #881F31; }
span { border-color: rgb(136,31,49); }
td.TdClassName
{
border-color: #881F31;
}
.TagClassName
{
border-color: #881F31;
}
</style>