Shades of Shiraz #881735
Tints of Shiraz #881735
RGB
CMYK
RGB Variations
Color information
#881735 (or 0x881735) is known color: Shiraz. HEX triplet: 88, 17 and 35. RGB value is (136,23,53). Sum of RGB (Red+Green+Blue) = 136+23+53=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #881735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881735 is #77E8CA. Grayscale: #3C3C3C. Windows color (decimal): -7858379 or 3479432. OLE color: 3479432.
HSL color Cylindrical-coordinate representation of color #881735: hue angle of 344.07º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881735 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 53 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.47 |
| HSL | 344.07º | 0.71% | 0.31% | - |
| HSV(B) | 344.07º | 0.83% | 0.53% | - |
| XYZ | 11.1 | 6.1 | 3.96 | - |
| YUV | 60.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 53 | 0 | 0.83 | 0.61 | 0.47 | 344.07 | 0.71 | 0.31 |
| Hex | 88 | 17 | 35 | 0 | 53 | 3D | 2F | 158 | 47 | 1F |
| Octal | 210 | 27 | 65 | 0 | 123 | 75 | 57 | 530 | 107 | 37 |
| Binary | 10001000 | 10111 | 110101 | 0 | 1010011 | 111101 | 101111 | 101011000 | 1000111 | 11111 |
Color Harmonies of #881735
Complementary color
Monochromatic Colors of #881735
Black with #881735
Text Example
Text Example
White with #881735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881735; }
p { color: rgb(136,23,53); }
H1.HeaderClassName
{
color: #881735;
}
.AnyTagClassName
{
color: #881735;
}
</style>
background-color css
<style>
a { background-color: #881735; }
a { background-color: rgb(136,23,53); }
div.DivClassName
{
background-color: #881735;
}
.BgClassName
{
background-color: #881735;
}
</style>
border-color css
<style>
span { border-color: #881735; }
span { border-color: rgb(136,23,53); }
td.TdClassName
{
border-color: #881735;
}
.TagClassName
{
border-color: #881735;
}
</style>