Shades of Shiraz #882C35
Tints of Shiraz #882C35
RGB
CMYK
RGB Variations
Color information
#882C35 (or 0x882C35) is known color: Shiraz. HEX triplet: 88, 2C and 35. RGB value is (136,44,53). Sum of RGB (Red+Green+Blue) = 136+44+53=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #882C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C35 is #77D3CA. Grayscale: #484848. Windows color (decimal): -7853003 or 3484808. OLE color: 3484808.
HSL color Cylindrical-coordinate representation of color #882C35: hue angle of 354.13º 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 #882C35 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 53 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.47 |
| HSL | 354.13º | 0.51% | 0.35% | - |
| HSV(B) | 354.13º | 0.68% | 0.53% | - |
| XYZ | 11.7 | 7.29 | 4.16 | - |
| YUV | 72.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 53 | 0 | 0.68 | 0.61 | 0.47 | 354.13 | 0.51 | 0.35 |
| Hex | 88 | 2C | 35 | 0 | 44 | 3D | 2F | 162 | 33 | 23 |
| Octal | 210 | 54 | 65 | 0 | 104 | 75 | 57 | 542 | 63 | 43 |
| Binary | 10001000 | 101100 | 110101 | 0 | 1000100 | 111101 | 101111 | 101100010 | 110011 | 100011 |
Color Harmonies of #882C35
Complementary color
Monochromatic Colors of #882C35
Black with #882C35
Text Example
Text Example
White with #882C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C35; }
p { color: rgb(136,44,53); }
H1.HeaderClassName
{
color: #882C35;
}
.AnyTagClassName
{
color: #882C35;
}
</style>
background-color css
<style>
a { background-color: #882C35; }
a { background-color: rgb(136,44,53); }
div.DivClassName
{
background-color: #882C35;
}
.BgClassName
{
background-color: #882C35;
}
</style>
border-color css
<style>
span { border-color: #882C35; }
span { border-color: rgb(136,44,53); }
td.TdClassName
{
border-color: #882C35;
}
.TagClassName
{
border-color: #882C35;
}
</style>