Shades of Shiraz #882534
Tints of Shiraz #882534
RGB
CMYK
RGB Variations
Color information
#882534 (or 0x882534) is known color: Shiraz. HEX triplet: 88, 25 and 34. RGB value is (136,37,52). Sum of RGB (Red+Green+Blue) = 136+37+52=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882534 is #77DACB. Grayscale: #444444. Windows color (decimal): -7854796 or 3417480. OLE color: 3417480.
HSL color Cylindrical-coordinate representation of color #882534: hue angle of 350.91º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882534 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 52 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.47 |
| HSL | 350.91º | 0.57% | 0.34% | - |
| HSV(B) | 350.91º | 0.73% | 0.53% | - |
| XYZ | 11.43 | 6.81 | 3.96 | - |
| YUV | 68.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 52 | 0 | 0.73 | 0.62 | 0.47 | 350.91 | 0.57 | 0.34 |
| Hex | 88 | 25 | 34 | 0 | 49 | 3E | 2F | 15F | 39 | 22 |
| Octal | 210 | 45 | 64 | 0 | 111 | 76 | 57 | 537 | 71 | 42 |
| Binary | 10001000 | 100101 | 110100 | 0 | 1001001 | 111110 | 101111 | 101011111 | 111001 | 100010 |
Color Harmonies of #882534
Complementary color
Monochromatic Colors of #882534
Black with #882534
Text Example
Text Example
White with #882534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882534; }
p { color: rgb(136,37,52); }
H1.HeaderClassName
{
color: #882534;
}
.AnyTagClassName
{
color: #882534;
}
</style>
background-color css
<style>
a { background-color: #882534; }
a { background-color: rgb(136,37,52); }
div.DivClassName
{
background-color: #882534;
}
.BgClassName
{
background-color: #882534;
}
</style>
border-color css
<style>
span { border-color: #882534; }
span { border-color: rgb(136,37,52); }
td.TdClassName
{
border-color: #882534;
}
.TagClassName
{
border-color: #882534;
}
</style>