Shades of Shiraz #881D3D
Tints of Shiraz #881D3D
RGB
CMYK
RGB Variations
Color information
#881D3D (or 0x881D3D) is known color: Shiraz. HEX triplet: 88, 1D and 3D. RGB value is (136,29,61). Sum of RGB (Red+Green+Blue) = 136+29+61=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #881D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D3D is #77E2C2. Grayscale: #404040. Windows color (decimal): -7856835 or 4005256. OLE color: 4005256.
HSL color Cylindrical-coordinate representation of color #881D3D: hue angle of 342.06º 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 #881D3D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 61 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.47 |
| HSL | 342.06º | 0.65% | 0.32% | - |
| HSV(B) | 342.06º | 0.79% | 0.53% | - |
| XYZ | 11.44 | 6.45 | 5.06 | - |
| YUV | 64.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 61 | 0 | 0.79 | 0.55 | 0.47 | 342.06 | 0.65 | 0.32 |
| Hex | 88 | 1D | 3D | 0 | 4F | 37 | 2F | 156 | 41 | 20 |
| Octal | 210 | 35 | 75 | 0 | 117 | 67 | 57 | 526 | 101 | 40 |
| Binary | 10001000 | 11101 | 111101 | 0 | 1001111 | 110111 | 101111 | 101010110 | 1000001 | 100000 |
Color Harmonies of #881D3D
Complementary color
Monochromatic Colors of #881D3D
Black with #881D3D
Text Example
Text Example
White with #881D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D3D; }
p { color: rgb(136,29,61); }
H1.HeaderClassName
{
color: #881D3D;
}
.AnyTagClassName
{
color: #881D3D;
}
</style>
background-color css
<style>
a { background-color: #881D3D; }
a { background-color: rgb(136,29,61); }
div.DivClassName
{
background-color: #881D3D;
}
.BgClassName
{
background-color: #881D3D;
}
</style>
border-color css
<style>
span { border-color: #881D3D; }
span { border-color: rgb(136,29,61); }
td.TdClassName
{
border-color: #881D3D;
}
.TagClassName
{
border-color: #881D3D;
}
</style>