Shades of Shiraz #881935
Tints of Shiraz #881935
RGB
CMYK
RGB Variations
Color information
#881935 (or 0x881935) is known color: Shiraz. HEX triplet: 88, 19 and 35. RGB value is (136,25,53). Sum of RGB (Red+Green+Blue) = 136+25+53=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #881935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881935 is #77E6CA. Grayscale: #3D3D3D. Windows color (decimal): -7857867 or 3479944. OLE color: 3479944.
HSL color Cylindrical-coordinate representation of color #881935: hue angle of 344.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881935 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 53 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.47 |
| HSL | 344.86º | 0.69% | 0.32% | - |
| HSV(B) | 344.86º | 0.82% | 0.53% | - |
| XYZ | 11.14 | 6.19 | 3.97 | - |
| YUV | 61.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 53 | 0 | 0.82 | 0.61 | 0.47 | 344.86 | 0.69 | 0.32 |
| Hex | 88 | 19 | 35 | 0 | 52 | 3D | 2F | 159 | 45 | 20 |
| Octal | 210 | 31 | 65 | 0 | 122 | 75 | 57 | 531 | 105 | 40 |
| Binary | 10001000 | 11001 | 110101 | 0 | 1010010 | 111101 | 101111 | 101011001 | 1000101 | 100000 |
Color Harmonies of #881935
Complementary color
Monochromatic Colors of #881935
Black with #881935
Text Example
Text Example
White with #881935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881935; }
p { color: rgb(136,25,53); }
H1.HeaderClassName
{
color: #881935;
}
.AnyTagClassName
{
color: #881935;
}
</style>
background-color css
<style>
a { background-color: #881935; }
a { background-color: rgb(136,25,53); }
div.DivClassName
{
background-color: #881935;
}
.BgClassName
{
background-color: #881935;
}
</style>
border-color css
<style>
span { border-color: #881935; }
span { border-color: rgb(136,25,53); }
td.TdClassName
{
border-color: #881935;
}
.TagClassName
{
border-color: #881935;
}
</style>