Shades of Shiraz #882A40
Tints of Shiraz #882A40
RGB
CMYK
RGB Variations
Color information
#882A40 (or 0x882A40) is known color: Shiraz. HEX triplet: 88, 2A and 40. RGB value is (136,42,64). Sum of RGB (Red+Green+Blue) = 136+42+64=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #882A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A40 is #77D5BF. Grayscale: #484848. Windows color (decimal): -7853504 or 4205192. OLE color: 4205192.
HSL color Cylindrical-coordinate representation of color #882A40: hue angle of 345.96º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A40 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 64 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.47 |
| HSL | 345.96º | 0.53% | 0.35% | - |
| HSV(B) | 345.96º | 0.69% | 0.53% | - |
| XYZ | 11.91 | 7.26 | 5.62 | - |
| YUV | 72.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 64 | 0 | 0.69 | 0.53 | 0.47 | 345.96 | 0.53 | 0.35 |
| Hex | 88 | 2A | 40 | 0 | 45 | 35 | 2F | 15A | 35 | 23 |
| Octal | 210 | 52 | 100 | 0 | 105 | 65 | 57 | 532 | 65 | 43 |
| Binary | 10001000 | 101010 | 1000000 | 0 | 1000101 | 110101 | 101111 | 101011010 | 110101 | 100011 |
Color Harmonies of #882A40
Complementary color
Monochromatic Colors of #882A40
Black with #882A40
Text Example
Text Example
White with #882A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A40; }
p { color: rgb(136,42,64); }
H1.HeaderClassName
{
color: #882A40;
}
.AnyTagClassName
{
color: #882A40;
}
</style>
background-color css
<style>
a { background-color: #882A40; }
a { background-color: rgb(136,42,64); }
div.DivClassName
{
background-color: #882A40;
}
.BgClassName
{
background-color: #882A40;
}
</style>
border-color css
<style>
span { border-color: #882A40; }
span { border-color: rgb(136,42,64); }
td.TdClassName
{
border-color: #882A40;
}
.TagClassName
{
border-color: #882A40;
}
</style>