Shades of Shiraz #882130
Tints of Shiraz #882130
RGB
CMYK
RGB Variations
Color information
#882130 (or 0x882130) is known color: Shiraz. HEX triplet: 88, 21 and 30. RGB value is (136,33,48). Sum of RGB (Red+Green+Blue) = 136+33+48=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #882130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882130 is #77DECF. Grayscale: #414141. Windows color (decimal): -7855824 or 3154312. OLE color: 3154312.
HSL color Cylindrical-coordinate representation of color #882130: hue angle of 351.26º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882130 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 48 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.47 |
| HSL | 351.26º | 0.61% | 0.33% | - |
| HSV(B) | 351.26º | 0.76% | 0.53% | - |
| XYZ | 11.23 | 6.54 | 3.47 | - |
| YUV | 65.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 48 | 0 | 0.76 | 0.65 | 0.47 | 351.26 | 0.61 | 0.33 |
| Hex | 88 | 21 | 30 | 0 | 4C | 41 | 2F | 15F | 3D | 21 |
| Octal | 210 | 41 | 60 | 0 | 114 | 101 | 57 | 537 | 75 | 41 |
| Binary | 10001000 | 100001 | 110000 | 0 | 1001100 | 1000001 | 101111 | 101011111 | 111101 | 100001 |
Color Harmonies of #882130
Complementary color
Monochromatic Colors of #882130
Black with #882130
Text Example
Text Example
White with #882130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882130; }
p { color: rgb(136,33,48); }
H1.HeaderClassName
{
color: #882130;
}
.AnyTagClassName
{
color: #882130;
}
</style>
background-color css
<style>
a { background-color: #882130; }
a { background-color: rgb(136,33,48); }
div.DivClassName
{
background-color: #882130;
}
.BgClassName
{
background-color: #882130;
}
</style>
border-color css
<style>
span { border-color: #882130; }
span { border-color: rgb(136,33,48); }
td.TdClassName
{
border-color: #882130;
}
.TagClassName
{
border-color: #882130;
}
</style>