Shades of Shiraz #882D40
Tints of Shiraz #882D40
RGB
CMYK
RGB Variations
Color information
#882D40 (or 0x882D40) is known color: Shiraz. HEX triplet: 88, 2D and 40. RGB value is (136,45,64). Sum of RGB (Red+Green+Blue) = 136+45+64=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D40 is #77D2BF. Grayscale: #4A4A4A. Windows color (decimal): -7852736 or 4205960. OLE color: 4205960.
HSL color Cylindrical-coordinate representation of color #882D40: hue angle of 347.47º 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 #882D40 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 64 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.47 |
| HSL | 347.47º | 0.5% | 0.35% | - |
| HSV(B) | 347.47º | 0.67% | 0.53% | - |
| XYZ | 12.02 | 7.48 | 5.66 | - |
| YUV | 74.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 64 | 0 | 0.67 | 0.53 | 0.47 | 347.47 | 0.5 | 0.35 |
| Hex | 88 | 2D | 40 | 0 | 43 | 35 | 2F | 15B | 32 | 23 |
| Octal | 210 | 55 | 100 | 0 | 103 | 65 | 57 | 533 | 62 | 43 |
| Binary | 10001000 | 101101 | 1000000 | 0 | 1000011 | 110101 | 101111 | 101011011 | 110010 | 100011 |
Color Harmonies of #882D40
Complementary color
Monochromatic Colors of #882D40
Black with #882D40
Text Example
Text Example
White with #882D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D40; }
p { color: rgb(136,45,64); }
H1.HeaderClassName
{
color: #882D40;
}
.AnyTagClassName
{
color: #882D40;
}
</style>
background-color css
<style>
a { background-color: #882D40; }
a { background-color: rgb(136,45,64); }
div.DivClassName
{
background-color: #882D40;
}
.BgClassName
{
background-color: #882D40;
}
</style>
border-color css
<style>
span { border-color: #882D40; }
span { border-color: rgb(136,45,64); }
td.TdClassName
{
border-color: #882D40;
}
.TagClassName
{
border-color: #882D40;
}
</style>