Shades of Shiraz #881C35
Tints of Shiraz #881C35
RGB
CMYK
RGB Variations
Color information
#881C35 (or 0x881C35) is known color: Shiraz. HEX triplet: 88, 1C and 35. RGB value is (136,28,53). Sum of RGB (Red+Green+Blue) = 136+28+53=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #881C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C35 is #77E3CA. Grayscale: #3F3F3F. Windows color (decimal): -7857099 or 3480712. OLE color: 3480712.
HSL color Cylindrical-coordinate representation of color #881C35: hue angle of 346.11º degrees, saturation: 0.66, 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 #881C35 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 53 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.47 |
| HSL | 346.11º | 0.66% | 0.32% | - |
| HSV(B) | 346.11º | 0.79% | 0.53% | - |
| XYZ | 11.21 | 6.32 | 4 | - |
| YUV | 63.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 53 | 0 | 0.79 | 0.61 | 0.47 | 346.11 | 0.66 | 0.32 |
| Hex | 88 | 1C | 35 | 0 | 4F | 3D | 2F | 15A | 42 | 20 |
| Octal | 210 | 34 | 65 | 0 | 117 | 75 | 57 | 532 | 102 | 40 |
| Binary | 10001000 | 11100 | 110101 | 0 | 1001111 | 111101 | 101111 | 101011010 | 1000010 | 100000 |
Color Harmonies of #881C35
Complementary color
Monochromatic Colors of #881C35
Black with #881C35
Text Example
Text Example
White with #881C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C35; }
p { color: rgb(136,28,53); }
H1.HeaderClassName
{
color: #881C35;
}
.AnyTagClassName
{
color: #881C35;
}
</style>
background-color css
<style>
a { background-color: #881C35; }
a { background-color: rgb(136,28,53); }
div.DivClassName
{
background-color: #881C35;
}
.BgClassName
{
background-color: #881C35;
}
</style>
border-color css
<style>
span { border-color: #881C35; }
span { border-color: rgb(136,28,53); }
td.TdClassName
{
border-color: #881C35;
}
.TagClassName
{
border-color: #881C35;
}
</style>