Shades of Shiraz #882B41
Tints of Shiraz #882B41
RGB
CMYK
RGB Variations
Color information
#882B41 (or 0x882B41) is known color: Shiraz. HEX triplet: 88, 2B and 41. RGB value is (136,43,65). Sum of RGB (Red+Green+Blue) = 136+43+65=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #882B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B41 is #77D4BE. Grayscale: #494949. Windows color (decimal): -7853247 or 4270984. OLE color: 4270984.
HSL color Cylindrical-coordinate representation of color #882B41: hue angle of 345.81º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B41 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 65 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.47 |
| HSL | 345.81º | 0.52% | 0.35% | - |
| HSV(B) | 345.81º | 0.68% | 0.53% | - |
| XYZ | 11.97 | 7.34 | 5.79 | - |
| YUV | 73.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 65 | 0 | 0.68 | 0.52 | 0.47 | 345.81 | 0.52 | 0.35 |
| Hex | 88 | 2B | 41 | 0 | 44 | 34 | 2F | 15A | 34 | 23 |
| Octal | 210 | 53 | 101 | 0 | 104 | 64 | 57 | 532 | 64 | 43 |
| Binary | 10001000 | 101011 | 1000001 | 0 | 1000100 | 110100 | 101111 | 101011010 | 110100 | 100011 |
Color Harmonies of #882B41
Complementary color
Monochromatic Colors of #882B41
Black with #882B41
Text Example
Text Example
White with #882B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B41; }
p { color: rgb(136,43,65); }
H1.HeaderClassName
{
color: #882B41;
}
.AnyTagClassName
{
color: #882B41;
}
</style>
background-color css
<style>
a { background-color: #882B41; }
a { background-color: rgb(136,43,65); }
div.DivClassName
{
background-color: #882B41;
}
.BgClassName
{
background-color: #882B41;
}
</style>
border-color css
<style>
span { border-color: #882B41; }
span { border-color: rgb(136,43,65); }
td.TdClassName
{
border-color: #882B41;
}
.TagClassName
{
border-color: #882B41;
}
</style>