Shades of Shiraz #881D35
Tints of Shiraz #881D35
RGB
CMYK
RGB Variations
Color information
#881D35 (or 0x881D35) is known color: Shiraz. HEX triplet: 88, 1D and 35. RGB value is (136,29,53). Sum of RGB (Red+Green+Blue) = 136+29+53=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #881D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D35 is #77E2CA. Grayscale: #3F3F3F. Windows color (decimal): -7856843 or 3480968. OLE color: 3480968.
HSL color Cylindrical-coordinate representation of color #881D35: hue angle of 346.54º 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 #881D35 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 53 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.47 |
| HSL | 346.54º | 0.65% | 0.32% | - |
| HSV(B) | 346.54º | 0.79% | 0.53% | - |
| XYZ | 11.24 | 6.37 | 4.01 | - |
| YUV | 63.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 53 | 0 | 0.79 | 0.61 | 0.47 | 346.54 | 0.65 | 0.32 |
| Hex | 88 | 1D | 35 | 0 | 4F | 3D | 2F | 15B | 41 | 20 |
| Octal | 210 | 35 | 65 | 0 | 117 | 75 | 57 | 533 | 101 | 40 |
| Binary | 10001000 | 11101 | 110101 | 0 | 1001111 | 111101 | 101111 | 101011011 | 1000001 | 100000 |
Color Harmonies of #881D35
Complementary color
Monochromatic Colors of #881D35
Black with #881D35
Text Example
Text Example
White with #881D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D35; }
p { color: rgb(136,29,53); }
H1.HeaderClassName
{
color: #881D35;
}
.AnyTagClassName
{
color: #881D35;
}
</style>
background-color css
<style>
a { background-color: #881D35; }
a { background-color: rgb(136,29,53); }
div.DivClassName
{
background-color: #881D35;
}
.BgClassName
{
background-color: #881D35;
}
</style>
border-color css
<style>
span { border-color: #881D35; }
span { border-color: rgb(136,29,53); }
td.TdClassName
{
border-color: #881D35;
}
.TagClassName
{
border-color: #881D35;
}
</style>