Shades of Shiraz #882D36
Tints of Shiraz #882D36
RGB
CMYK
RGB Variations
Color information
#882D36 (or 0x882D36) is known color: Shiraz. HEX triplet: 88, 2D and 36. RGB value is (136,45,54). Sum of RGB (Red+Green+Blue) = 136+45+54=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #882D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D36 is #77D2C9. Grayscale: #494949. Windows color (decimal): -7852746 or 3550600. OLE color: 3550600.
HSL color Cylindrical-coordinate representation of color #882D36: hue angle of 354.07º 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 #882D36 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 54 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.47 |
| HSL | 354.07º | 0.5% | 0.35% | - |
| HSV(B) | 354.07º | 0.67% | 0.53% | - |
| XYZ | 11.76 | 7.38 | 4.29 | - |
| YUV | 73.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 54 | 0 | 0.67 | 0.60 | 0.47 | 354.07 | 0.5 | 0.35 |
| Hex | 88 | 2D | 36 | 0 | 43 | 3C | 2F | 162 | 32 | 23 |
| Octal | 210 | 55 | 66 | 0 | 103 | 74 | 57 | 542 | 62 | 43 |
| Binary | 10001000 | 101101 | 110110 | 0 | 1000011 | 111100 | 101111 | 101100010 | 110010 | 100011 |
Color Harmonies of #882D36
Complementary color
Monochromatic Colors of #882D36
Black with #882D36
Text Example
Text Example
White with #882D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D36; }
p { color: rgb(136,45,54); }
H1.HeaderClassName
{
color: #882D36;
}
.AnyTagClassName
{
color: #882D36;
}
</style>
background-color css
<style>
a { background-color: #882D36; }
a { background-color: rgb(136,45,54); }
div.DivClassName
{
background-color: #882D36;
}
.BgClassName
{
background-color: #882D36;
}
</style>
border-color css
<style>
span { border-color: #882D36; }
span { border-color: rgb(136,45,54); }
td.TdClassName
{
border-color: #882D36;
}
.TagClassName
{
border-color: #882D36;
}
</style>