Shades of Shiraz #88103D
Tints of Shiraz #88103D
RGB
CMYK
RGB Variations
Color information
#88103D (or 0x88103D) is known color: Shiraz. HEX triplet: 88, 10 and 3D. RGB value is (136,16,61). Sum of RGB (Red+Green+Blue) = 136+16+61=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88103D is #77EFC2. Grayscale: #383838. Windows color (decimal): -7860163 or 4001928. OLE color: 4001928.
HSL color Cylindrical-coordinate representation of color #88103D: hue angle of 337.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88103D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 61 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.47 |
| HSL | 337.5º | 0.79% | 0.3% | - |
| HSV(B) | 337.5º | 0.88% | 0.53% | - |
| XYZ | 11.18 | 5.94 | 4.97 | - |
| YUV | 57.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 61 | 0 | 0.88 | 0.55 | 0.47 | 337.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 3D | 0 | 58 | 37 | 2F | 152 | 4F | 1E |
| Octal | 210 | 20 | 75 | 0 | 130 | 67 | 57 | 522 | 117 | 36 |
| Binary | 10001000 | 10000 | 111101 | 0 | 1011000 | 110111 | 101111 | 101010010 | 1001111 | 11110 |
Color Harmonies of #88103D
Complementary color
Monochromatic Colors of #88103D
Black with #88103D
Text Example
Text Example
White with #88103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88103D; }
p { color: rgb(136,16,61); }
H1.HeaderClassName
{
color: #88103D;
}
.AnyTagClassName
{
color: #88103D;
}
</style>
background-color css
<style>
a { background-color: #88103D; }
a { background-color: rgb(136,16,61); }
div.DivClassName
{
background-color: #88103D;
}
.BgClassName
{
background-color: #88103D;
}
</style>
border-color css
<style>
span { border-color: #88103D; }
span { border-color: rgb(136,16,61); }
td.TdClassName
{
border-color: #88103D;
}
.TagClassName
{
border-color: #88103D;
}
</style>