Shades of Shiraz #882C33
Tints of Shiraz #882C33
RGB
CMYK
RGB Variations
Color information
#882C33 (or 0x882C33) is known color: Shiraz. HEX triplet: 88, 2C and 33. RGB value is (136,44,51). Sum of RGB (Red+Green+Blue) = 136+44+51=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #882C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C33 is #77D3CC. Grayscale: #484848. Windows color (decimal): -7853005 or 3353736. OLE color: 3353736.
HSL color Cylindrical-coordinate representation of color #882C33: hue angle of 355.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C33 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 51 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.47 |
| HSL | 355.43º | 0.51% | 0.35% | - |
| HSV(B) | 355.43º | 0.68% | 0.53% | - |
| XYZ | 11.65 | 7.27 | 3.92 | - |
| YUV | 72.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 51 | 0 | 0.68 | 0.62 | 0.47 | 355.43 | 0.51 | 0.35 |
| Hex | 88 | 2C | 33 | 0 | 44 | 3E | 2F | 163 | 33 | 23 |
| Octal | 210 | 54 | 63 | 0 | 104 | 76 | 57 | 543 | 63 | 43 |
| Binary | 10001000 | 101100 | 110011 | 0 | 1000100 | 111110 | 101111 | 101100011 | 110011 | 100011 |
Color Harmonies of #882C33
Complementary color
Monochromatic Colors of #882C33
Black with #882C33
Text Example
Text Example
White with #882C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C33; }
p { color: rgb(136,44,51); }
H1.HeaderClassName
{
color: #882C33;
}
.AnyTagClassName
{
color: #882C33;
}
</style>
background-color css
<style>
a { background-color: #882C33; }
a { background-color: rgb(136,44,51); }
div.DivClassName
{
background-color: #882C33;
}
.BgClassName
{
background-color: #882C33;
}
</style>
border-color css
<style>
span { border-color: #882C33; }
span { border-color: rgb(136,44,51); }
td.TdClassName
{
border-color: #882C33;
}
.TagClassName
{
border-color: #882C33;
}
</style>