Shades of Shiraz #882435
Tints of Shiraz #882435
RGB
CMYK
RGB Variations
Color information
#882435 (or 0x882435) is known color: Shiraz. HEX triplet: 88, 24 and 35. RGB value is (136,36,53). Sum of RGB (Red+Green+Blue) = 136+36+53=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882435 is #77DBCA. Grayscale: #434343. Windows color (decimal): -7855051 or 3482760. OLE color: 3482760.
HSL color Cylindrical-coordinate representation of color #882435: hue angle of 349.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882435 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 53 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.47 |
| HSL | 349.8º | 0.58% | 0.34% | - |
| HSV(B) | 349.8º | 0.74% | 0.53% | - |
| XYZ | 11.43 | 6.75 | 4.07 | - |
| YUV | 67.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 53 | 0 | 0.74 | 0.61 | 0.47 | 349.8 | 0.58 | 0.34 |
| Hex | 88 | 24 | 35 | 0 | 4A | 3D | 2F | 15E | 3A | 22 |
| Octal | 210 | 44 | 65 | 0 | 112 | 75 | 57 | 536 | 72 | 42 |
| Binary | 10001000 | 100100 | 110101 | 0 | 1001010 | 111101 | 101111 | 101011110 | 111010 | 100010 |
Color Harmonies of #882435
Complementary color
Monochromatic Colors of #882435
Black with #882435
Text Example
Text Example
White with #882435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882435; }
p { color: rgb(136,36,53); }
H1.HeaderClassName
{
color: #882435;
}
.AnyTagClassName
{
color: #882435;
}
</style>
background-color css
<style>
a { background-color: #882435; }
a { background-color: rgb(136,36,53); }
div.DivClassName
{
background-color: #882435;
}
.BgClassName
{
background-color: #882435;
}
</style>
border-color css
<style>
span { border-color: #882435; }
span { border-color: rgb(136,36,53); }
td.TdClassName
{
border-color: #882435;
}
.TagClassName
{
border-color: #882435;
}
</style>