Shades of Shiraz #881538
Tints of Shiraz #881538
RGB
CMYK
RGB Variations
Color information
#881538 (or 0x881538) is known color: Shiraz. HEX triplet: 88, 15 and 38. RGB value is (136,21,56). Sum of RGB (Red+Green+Blue) = 136+21+56=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #881538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881538 is #77EAC7. Grayscale: #3B3B3B. Windows color (decimal): -7858888 or 3675528. OLE color: 3675528.
HSL color Cylindrical-coordinate representation of color #881538: hue angle of 341.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881538 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 56 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.47 |
| HSL | 341.74º | 0.73% | 0.31% | - |
| HSV(B) | 341.74º | 0.85% | 0.53% | - |
| XYZ | 11.14 | 6.06 | 4.32 | - |
| YUV | 59.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 56 | 0 | 0.85 | 0.59 | 0.47 | 341.74 | 0.73 | 0.31 |
| Hex | 88 | 15 | 38 | 0 | 55 | 3B | 2F | 156 | 49 | 1F |
| Octal | 210 | 25 | 70 | 0 | 125 | 73 | 57 | 526 | 111 | 37 |
| Binary | 10001000 | 10101 | 111000 | 0 | 1010101 | 111011 | 101111 | 101010110 | 1001001 | 11111 |
Color Harmonies of #881538
Complementary color
Monochromatic Colors of #881538
Black with #881538
Text Example
Text Example
White with #881538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881538; }
p { color: rgb(136,21,56); }
H1.HeaderClassName
{
color: #881538;
}
.AnyTagClassName
{
color: #881538;
}
</style>
background-color css
<style>
a { background-color: #881538; }
a { background-color: rgb(136,21,56); }
div.DivClassName
{
background-color: #881538;
}
.BgClassName
{
background-color: #881538;
}
</style>
border-color css
<style>
span { border-color: #881538; }
span { border-color: rgb(136,21,56); }
td.TdClassName
{
border-color: #881538;
}
.TagClassName
{
border-color: #881538;
}
</style>