Shades of Shiraz #8B1631
Tints of Shiraz #8B1631
RGB
CMYK
RGB Variations
Color information
#8B1631 (or 0x8B1631) is known color: Shiraz. HEX triplet: 8B, 16 and 31. RGB value is (139,22,49). Sum of RGB (Red+Green+Blue) = 139+22+49=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1631 is #74E9CE. Grayscale: #3C3C3C. Windows color (decimal): -7662031 or 3217035. OLE color: 3217035.
HSL color Cylindrical-coordinate representation of color #8B1631: hue angle of 346.15º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1631 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 49 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.45 |
| HSL | 346.15º | 0.73% | 0.32% | - |
| HSV(B) | 346.15º | 0.84% | 0.55% | - |
| XYZ | 11.49 | 6.28 | 3.51 | - |
| YUV | 60.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 49 | 0 | 0.84 | 0.65 | 0.45 | 346.15 | 0.73 | 0.32 |
| Hex | 8B | 16 | 31 | 0 | 54 | 41 | 2D | 15A | 49 | 20 |
| Octal | 213 | 26 | 61 | 0 | 124 | 101 | 55 | 532 | 111 | 40 |
| Binary | 10001011 | 10110 | 110001 | 0 | 1010100 | 1000001 | 101101 | 101011010 | 1001001 | 100000 |
Color Harmonies of #8B1631
Complementary color
Monochromatic Colors of #8B1631
Black with #8B1631
Text Example
Text Example
White with #8B1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1631; }
p { color: rgb(139,22,49); }
H1.HeaderClassName
{
color: #8B1631;
}
.AnyTagClassName
{
color: #8B1631;
}
</style>
background-color css
<style>
a { background-color: #8B1631; }
a { background-color: rgb(139,22,49); }
div.DivClassName
{
background-color: #8B1631;
}
.BgClassName
{
background-color: #8B1631;
}
</style>
border-color css
<style>
span { border-color: #8B1631; }
span { border-color: rgb(139,22,49); }
td.TdClassName
{
border-color: #8B1631;
}
.TagClassName
{
border-color: #8B1631;
}
</style>