Shades of Shiraz #882633
Tints of Shiraz #882633
RGB
CMYK
RGB Variations
Color information
#882633 (or 0x882633) is known color: Shiraz. HEX triplet: 88, 26 and 33. RGB value is (136,38,51). Sum of RGB (Red+Green+Blue) = 136+38+51=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882633 is #77D9CC. Grayscale: #444444. Windows color (decimal): -7854541 or 3352200. OLE color: 3352200.
HSL color Cylindrical-coordinate representation of color #882633: hue angle of 352.04º 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 #882633 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 51 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.47 |
| HSL | 352.04º | 0.56% | 0.34% | - |
| HSV(B) | 352.04º | 0.72% | 0.53% | - |
| XYZ | 11.44 | 6.86 | 3.85 | - |
| YUV | 68.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 51 | 0 | 0.72 | 0.62 | 0.47 | 352.04 | 0.56 | 0.34 |
| Hex | 88 | 26 | 33 | 0 | 48 | 3E | 2F | 160 | 38 | 22 |
| Octal | 210 | 46 | 63 | 0 | 110 | 76 | 57 | 540 | 70 | 42 |
| Binary | 10001000 | 100110 | 110011 | 0 | 1001000 | 111110 | 101111 | 101100000 | 111000 | 100010 |
Color Harmonies of #882633
Complementary color
Monochromatic Colors of #882633
Black with #882633
Text Example
Text Example
White with #882633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882633; }
p { color: rgb(136,38,51); }
H1.HeaderClassName
{
color: #882633;
}
.AnyTagClassName
{
color: #882633;
}
</style>
background-color css
<style>
a { background-color: #882633; }
a { background-color: rgb(136,38,51); }
div.DivClassName
{
background-color: #882633;
}
.BgClassName
{
background-color: #882633;
}
</style>
border-color css
<style>
span { border-color: #882633; }
span { border-color: rgb(136,38,51); }
td.TdClassName
{
border-color: #882633;
}
.TagClassName
{
border-color: #882633;
}
</style>