Shades of Shiraz #882D34
Tints of Shiraz #882D34
RGB
CMYK
RGB Variations
Color information
#882D34 (or 0x882D34) is known color: Shiraz. HEX triplet: 88, 2D and 34. RGB value is (136,45,52). Sum of RGB (Red+Green+Blue) = 136+45+52=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #882D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D34 is #77D2CB. Grayscale: #494949. Windows color (decimal): -7852748 or 3419528. OLE color: 3419528.
HSL color Cylindrical-coordinate representation of color #882D34: hue angle of 355.38º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D34 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 52 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.47 |
| HSL | 355.38º | 0.5% | 0.35% | - |
| HSV(B) | 355.38º | 0.67% | 0.53% | - |
| XYZ | 11.71 | 7.36 | 4.05 | - |
| YUV | 73.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 52 | 0 | 0.67 | 0.62 | 0.47 | 355.38 | 0.5 | 0.35 |
| Hex | 88 | 2D | 34 | 0 | 43 | 3E | 2F | 163 | 32 | 23 |
| Octal | 210 | 55 | 64 | 0 | 103 | 76 | 57 | 543 | 62 | 43 |
| Binary | 10001000 | 101101 | 110100 | 0 | 1000011 | 111110 | 101111 | 101100011 | 110010 | 100011 |
Color Harmonies of #882D34
Complementary color
Monochromatic Colors of #882D34
Black with #882D34
Text Example
Text Example
White with #882D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D34; }
p { color: rgb(136,45,52); }
H1.HeaderClassName
{
color: #882D34;
}
.AnyTagClassName
{
color: #882D34;
}
</style>
background-color css
<style>
a { background-color: #882D34; }
a { background-color: rgb(136,45,52); }
div.DivClassName
{
background-color: #882D34;
}
.BgClassName
{
background-color: #882D34;
}
</style>
border-color css
<style>
span { border-color: #882D34; }
span { border-color: rgb(136,45,52); }
td.TdClassName
{
border-color: #882D34;
}
.TagClassName
{
border-color: #882D34;
}
</style>