Shades of Shiraz #881A3A
Tints of Shiraz #881A3A
RGB
CMYK
RGB Variations
Color information
#881A3A (or 0x881A3A) is known color: Shiraz. HEX triplet: 88, 1A and 3A. RGB value is (136,26,58). Sum of RGB (Red+Green+Blue) = 136+26+58=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #881A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A3A is #77E5C5. Grayscale: #3E3E3E. Windows color (decimal): -7857606 or 3807880. OLE color: 3807880.
HSL color Cylindrical-coordinate representation of color #881A3A: hue angle of 342.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A3A is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 58 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.47 |
| HSL | 342.55º | 0.68% | 0.32% | - |
| HSV(B) | 342.55º | 0.81% | 0.53% | - |
| XYZ | 11.29 | 6.28 | 4.62 | - |
| YUV | 62.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 58 | 0 | 0.81 | 0.57 | 0.47 | 342.55 | 0.68 | 0.32 |
| Hex | 88 | 1A | 3A | 0 | 51 | 39 | 2F | 157 | 44 | 20 |
| Octal | 210 | 32 | 72 | 0 | 121 | 71 | 57 | 527 | 104 | 40 |
| Binary | 10001000 | 11010 | 111010 | 0 | 1010001 | 111001 | 101111 | 101010111 | 1000100 | 100000 |
Color Harmonies of #881A3A
Complementary color
Monochromatic Colors of #881A3A
Black with #881A3A
Text Example
Text Example
White with #881A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A3A; }
p { color: rgb(136,26,58); }
H1.HeaderClassName
{
color: #881A3A;
}
.AnyTagClassName
{
color: #881A3A;
}
</style>
background-color css
<style>
a { background-color: #881A3A; }
a { background-color: rgb(136,26,58); }
div.DivClassName
{
background-color: #881A3A;
}
.BgClassName
{
background-color: #881A3A;
}
</style>
border-color css
<style>
span { border-color: #881A3A; }
span { border-color: rgb(136,26,58); }
td.TdClassName
{
border-color: #881A3A;
}
.TagClassName
{
border-color: #881A3A;
}
</style>