Shades of Shiraz #882834
Tints of Shiraz #882834
RGB
CMYK
RGB Variations
Color information
#882834 (or 0x882834) is known color: Shiraz. HEX triplet: 88, 28 and 34. RGB value is (136,40,52). Sum of RGB (Red+Green+Blue) = 136+40+52=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882834 is #77D7CB. Grayscale: #464646. Windows color (decimal): -7854028 or 3418248. OLE color: 3418248.
HSL color Cylindrical-coordinate representation of color #882834: hue angle of 352.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882834 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 52 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.47 |
| HSL | 352.5º | 0.55% | 0.35% | - |
| HSV(B) | 352.5º | 0.71% | 0.53% | - |
| XYZ | 11.53 | 7 | 3.99 | - |
| YUV | 70.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 52 | 0 | 0.71 | 0.62 | 0.47 | 352.5 | 0.55 | 0.35 |
| Hex | 88 | 28 | 34 | 0 | 47 | 3E | 2F | 160 | 37 | 23 |
| Octal | 210 | 50 | 64 | 0 | 107 | 76 | 57 | 540 | 67 | 43 |
| Binary | 10001000 | 101000 | 110100 | 0 | 1000111 | 111110 | 101111 | 101100000 | 110111 | 100011 |
Color Harmonies of #882834
Complementary color
Monochromatic Colors of #882834
Black with #882834
Text Example
Text Example
White with #882834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882834; }
p { color: rgb(136,40,52); }
H1.HeaderClassName
{
color: #882834;
}
.AnyTagClassName
{
color: #882834;
}
</style>
background-color css
<style>
a { background-color: #882834; }
a { background-color: rgb(136,40,52); }
div.DivClassName
{
background-color: #882834;
}
.BgClassName
{
background-color: #882834;
}
</style>
border-color css
<style>
span { border-color: #882834; }
span { border-color: rgb(136,40,52); }
td.TdClassName
{
border-color: #882834;
}
.TagClassName
{
border-color: #882834;
}
</style>