Shades of Shiraz #882940
Tints of Shiraz #882940
RGB
CMYK
RGB Variations
Color information
#882940 (or 0x882940) is known color: Shiraz. HEX triplet: 88, 29 and 40. RGB value is (136,41,64). Sum of RGB (Red+Green+Blue) = 136+41+64=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882940 is #77D6BF. Grayscale: #484848. Windows color (decimal): -7853760 or 4204936. OLE color: 4204936.
HSL color Cylindrical-coordinate representation of color #882940: hue angle of 345.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882940 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 64 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.47 |
| HSL | 345.47º | 0.54% | 0.35% | - |
| HSV(B) | 345.47º | 0.7% | 0.53% | - |
| XYZ | 11.87 | 7.19 | 5.61 | - |
| YUV | 72.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 64 | 0 | 0.70 | 0.53 | 0.47 | 345.47 | 0.54 | 0.35 |
| Hex | 88 | 29 | 40 | 0 | 46 | 35 | 2F | 159 | 36 | 23 |
| Octal | 210 | 51 | 100 | 0 | 106 | 65 | 57 | 531 | 66 | 43 |
| Binary | 10001000 | 101001 | 1000000 | 0 | 1000110 | 110101 | 101111 | 101011001 | 110110 | 100011 |
Color Harmonies of #882940
Complementary color
Monochromatic Colors of #882940
Black with #882940
Text Example
Text Example
White with #882940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882940; }
p { color: rgb(136,41,64); }
H1.HeaderClassName
{
color: #882940;
}
.AnyTagClassName
{
color: #882940;
}
</style>
background-color css
<style>
a { background-color: #882940; }
a { background-color: rgb(136,41,64); }
div.DivClassName
{
background-color: #882940;
}
.BgClassName
{
background-color: #882940;
}
</style>
border-color css
<style>
span { border-color: #882940; }
span { border-color: rgb(136,41,64); }
td.TdClassName
{
border-color: #882940;
}
.TagClassName
{
border-color: #882940;
}
</style>