Shades of Shiraz #882035
Tints of Shiraz #882035
RGB
CMYK
RGB Variations
Color information
#882035 (or 0x882035) is known color: Shiraz. HEX triplet: 88, 20 and 35. RGB value is (136,32,53). Sum of RGB (Red+Green+Blue) = 136+32+53=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882035 is #77DFCA. Grayscale: #414141. Windows color (decimal): -7856075 or 3481736. OLE color: 3481736.
HSL color Cylindrical-coordinate representation of color #882035: hue angle of 347.88º degrees, saturation: 0.62, 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 #882035 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 53 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.47 |
| HSL | 347.88º | 0.62% | 0.33% | - |
| HSV(B) | 347.88º | 0.76% | 0.53% | - |
| XYZ | 11.31 | 6.52 | 4.03 | - |
| YUV | 65.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 53 | 0 | 0.76 | 0.61 | 0.47 | 347.88 | 0.62 | 0.33 |
| Hex | 88 | 20 | 35 | 0 | 4C | 3D | 2F | 15C | 3E | 21 |
| Octal | 210 | 40 | 65 | 0 | 114 | 75 | 57 | 534 | 76 | 41 |
| Binary | 10001000 | 100000 | 110101 | 0 | 1001100 | 111101 | 101111 | 101011100 | 111110 | 100001 |
Color Harmonies of #882035
Complementary color
Monochromatic Colors of #882035
Black with #882035
Text Example
Text Example
White with #882035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882035; }
p { color: rgb(136,32,53); }
H1.HeaderClassName
{
color: #882035;
}
.AnyTagClassName
{
color: #882035;
}
</style>
background-color css
<style>
a { background-color: #882035; }
a { background-color: rgb(136,32,53); }
div.DivClassName
{
background-color: #882035;
}
.BgClassName
{
background-color: #882035;
}
</style>
border-color css
<style>
span { border-color: #882035; }
span { border-color: rgb(136,32,53); }
td.TdClassName
{
border-color: #882035;
}
.TagClassName
{
border-color: #882035;
}
</style>