Shades of Shiraz #882A33
Tints of Shiraz #882A33
RGB
CMYK
RGB Variations
Color information
#882A33 (or 0x882A33) is known color: Shiraz. HEX triplet: 88, 2A and 33. RGB value is (136,42,51). Sum of RGB (Red+Green+Blue) = 136+42+51=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A33 is #77D5CC. Grayscale: #474747. Windows color (decimal): -7853517 or 3353224. OLE color: 3353224.
HSL color Cylindrical-coordinate representation of color #882A33: hue angle of 354.26º 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 #882A33 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 51 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.47 |
| HSL | 354.26º | 0.53% | 0.35% | - |
| HSV(B) | 354.26º | 0.69% | 0.53% | - |
| XYZ | 11.58 | 7.13 | 3.9 | - |
| YUV | 71.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 51 | 0 | 0.69 | 0.62 | 0.47 | 354.26 | 0.53 | 0.35 |
| Hex | 88 | 2A | 33 | 0 | 45 | 3E | 2F | 162 | 35 | 23 |
| Octal | 210 | 52 | 63 | 0 | 105 | 76 | 57 | 542 | 65 | 43 |
| Binary | 10001000 | 101010 | 110011 | 0 | 1000101 | 111110 | 101111 | 101100010 | 110101 | 100011 |
Color Harmonies of #882A33
Complementary color
Monochromatic Colors of #882A33
Black with #882A33
Text Example
Text Example
White with #882A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A33; }
p { color: rgb(136,42,51); }
H1.HeaderClassName
{
color: #882A33;
}
.AnyTagClassName
{
color: #882A33;
}
</style>
background-color css
<style>
a { background-color: #882A33; }
a { background-color: rgb(136,42,51); }
div.DivClassName
{
background-color: #882A33;
}
.BgClassName
{
background-color: #882A33;
}
</style>
border-color css
<style>
span { border-color: #882A33; }
span { border-color: rgb(136,42,51); }
td.TdClassName
{
border-color: #882A33;
}
.TagClassName
{
border-color: #882A33;
}
</style>