Shades of Shiraz #882634
Tints of Shiraz #882634
RGB
CMYK
RGB Variations
Color information
#882634 (or 0x882634) is known color: Shiraz. HEX triplet: 88, 26 and 34. RGB value is (136,38,52). Sum of RGB (Red+Green+Blue) = 136+38+52=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882634 is #77D9CB. Grayscale: #444444. Windows color (decimal): -7854540 or 3417736. OLE color: 3417736.
HSL color Cylindrical-coordinate representation of color #882634: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882634 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 52 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.47 |
| HSL | 351.43º | 0.56% | 0.34% | - |
| HSV(B) | 351.43º | 0.72% | 0.53% | - |
| XYZ | 11.47 | 6.87 | 3.97 | - |
| YUV | 68.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 52 | 0 | 0.72 | 0.62 | 0.47 | 351.43 | 0.56 | 0.34 |
| Hex | 88 | 26 | 34 | 0 | 48 | 3E | 2F | 15F | 38 | 22 |
| Octal | 210 | 46 | 64 | 0 | 110 | 76 | 57 | 537 | 70 | 42 |
| Binary | 10001000 | 100110 | 110100 | 0 | 1001000 | 111110 | 101111 | 101011111 | 111000 | 100010 |
Color Harmonies of #882634
Complementary color
Monochromatic Colors of #882634
Black with #882634
Text Example
Text Example
White with #882634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882634; }
p { color: rgb(136,38,52); }
H1.HeaderClassName
{
color: #882634;
}
.AnyTagClassName
{
color: #882634;
}
</style>
background-color css
<style>
a { background-color: #882634; }
a { background-color: rgb(136,38,52); }
div.DivClassName
{
background-color: #882634;
}
.BgClassName
{
background-color: #882634;
}
</style>
border-color css
<style>
span { border-color: #882634; }
span { border-color: rgb(136,38,52); }
td.TdClassName
{
border-color: #882634;
}
.TagClassName
{
border-color: #882634;
}
</style>