Shades of Shiraz #882434
Tints of Shiraz #882434
RGB
CMYK
RGB Variations
Color information
#882434 (or 0x882434) is known color: Shiraz. HEX triplet: 88, 24 and 34. RGB value is (136,36,52). Sum of RGB (Red+Green+Blue) = 136+36+52=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882434 is #77DBCB. Grayscale: #434343. Windows color (decimal): -7855052 or 3417224. OLE color: 3417224.
HSL color Cylindrical-coordinate representation of color #882434: hue angle of 350.4º 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 #882434 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 52 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.47 |
| HSL | 350.4º | 0.58% | 0.34% | - |
| HSV(B) | 350.4º | 0.74% | 0.53% | - |
| XYZ | 11.4 | 6.74 | 3.95 | - |
| YUV | 67.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 52 | 0 | 0.74 | 0.62 | 0.47 | 350.4 | 0.58 | 0.34 |
| Hex | 88 | 24 | 34 | 0 | 4A | 3E | 2F | 15E | 3A | 22 |
| Octal | 210 | 44 | 64 | 0 | 112 | 76 | 57 | 536 | 72 | 42 |
| Binary | 10001000 | 100100 | 110100 | 0 | 1001010 | 111110 | 101111 | 101011110 | 111010 | 100010 |
Color Harmonies of #882434
Complementary color
Monochromatic Colors of #882434
Black with #882434
Text Example
Text Example
White with #882434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882434; }
p { color: rgb(136,36,52); }
H1.HeaderClassName
{
color: #882434;
}
.AnyTagClassName
{
color: #882434;
}
</style>
background-color css
<style>
a { background-color: #882434; }
a { background-color: rgb(136,36,52); }
div.DivClassName
{
background-color: #882434;
}
.BgClassName
{
background-color: #882434;
}
</style>
border-color css
<style>
span { border-color: #882434; }
span { border-color: rgb(136,36,52); }
td.TdClassName
{
border-color: #882434;
}
.TagClassName
{
border-color: #882434;
}
</style>