Shades of Shiraz #882134
Tints of Shiraz #882134
RGB
CMYK
RGB Variations
Color information
#882134 (or 0x882134) is known color: Shiraz. HEX triplet: 88, 21 and 34. RGB value is (136,33,52). Sum of RGB (Red+Green+Blue) = 136+33+52=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882134 is #77DECB. Grayscale: #414141. Windows color (decimal): -7855820 or 3416456. OLE color: 3416456.
HSL color Cylindrical-coordinate representation of color #882134: hue angle of 348.93º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882134 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 52 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.47 |
| HSL | 348.93º | 0.61% | 0.33% | - |
| HSV(B) | 348.93º | 0.76% | 0.53% | - |
| XYZ | 11.32 | 6.57 | 3.92 | - |
| YUV | 65.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 52 | 0 | 0.76 | 0.62 | 0.47 | 348.93 | 0.61 | 0.33 |
| Hex | 88 | 21 | 34 | 0 | 4C | 3E | 2F | 15D | 3D | 21 |
| Octal | 210 | 41 | 64 | 0 | 114 | 76 | 57 | 535 | 75 | 41 |
| Binary | 10001000 | 100001 | 110100 | 0 | 1001100 | 111110 | 101111 | 101011101 | 111101 | 100001 |
Color Harmonies of #882134
Complementary color
Monochromatic Colors of #882134
Black with #882134
Text Example
Text Example
White with #882134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882134; }
p { color: rgb(136,33,52); }
H1.HeaderClassName
{
color: #882134;
}
.AnyTagClassName
{
color: #882134;
}
</style>
background-color css
<style>
a { background-color: #882134; }
a { background-color: rgb(136,33,52); }
div.DivClassName
{
background-color: #882134;
}
.BgClassName
{
background-color: #882134;
}
</style>
border-color css
<style>
span { border-color: #882134; }
span { border-color: rgb(136,33,52); }
td.TdClassName
{
border-color: #882134;
}
.TagClassName
{
border-color: #882134;
}
</style>