Shades of Shiraz #881F34
Tints of Shiraz #881F34
RGB
CMYK
RGB Variations
Color information
#881F34 (or 0x881F34) is known color: Shiraz. HEX triplet: 88, 1F and 34. RGB value is (136,31,52). Sum of RGB (Red+Green+Blue) = 136+31+52=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #881F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F34 is #77E0CB. Grayscale: #404040. Windows color (decimal): -7856332 or 3415944. OLE color: 3415944.
HSL color Cylindrical-coordinate representation of color #881F34: hue angle of 348º 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 #881F34 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 52 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.47 |
| HSL | 348º | 0.63% | 0.33% | - |
| HSV(B) | 348º | 0.77% | 0.53% | - |
| XYZ | 11.26 | 6.46 | 3.9 | - |
| YUV | 64.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 52 | 0 | 0.77 | 0.62 | 0.47 | 348 | 0.63 | 0.33 |
| Hex | 88 | 1F | 34 | 0 | 4D | 3E | 2F | 15C | 3F | 21 |
| Octal | 210 | 37 | 64 | 0 | 115 | 76 | 57 | 534 | 77 | 41 |
| Binary | 10001000 | 11111 | 110100 | 0 | 1001101 | 111110 | 101111 | 101011100 | 111111 | 100001 |
Color Harmonies of #881F34
Complementary color
Monochromatic Colors of #881F34
Black with #881F34
Text Example
Text Example
White with #881F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F34; }
p { color: rgb(136,31,52); }
H1.HeaderClassName
{
color: #881F34;
}
.AnyTagClassName
{
color: #881F34;
}
</style>
background-color css
<style>
a { background-color: #881F34; }
a { background-color: rgb(136,31,52); }
div.DivClassName
{
background-color: #881F34;
}
.BgClassName
{
background-color: #881F34;
}
</style>
border-color css
<style>
span { border-color: #881F34; }
span { border-color: rgb(136,31,52); }
td.TdClassName
{
border-color: #881F34;
}
.TagClassName
{
border-color: #881F34;
}
</style>