Shades of Shiraz #8B2031
Tints of Shiraz #8B2031
RGB
CMYK
RGB Variations
Color information
#8B2031 (or 0x8B2031) is known color: Shiraz. HEX triplet: 8B, 20 and 31. RGB value is (139,32,49). Sum of RGB (Red+Green+Blue) = 139+32+49=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2031 is #74DFCE. Grayscale: #414141. Windows color (decimal): -7659471 or 3219595. OLE color: 3219595.
HSL color Cylindrical-coordinate representation of color #8B2031: hue angle of 350.47º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2031 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 49 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.45 |
| HSL | 350.47º | 0.63% | 0.34% | - |
| HSV(B) | 350.47º | 0.77% | 0.55% | - |
| XYZ | 11.72 | 6.74 | 3.59 | - |
| YUV | 65.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 49 | 0 | 0.77 | 0.65 | 0.45 | 350.47 | 0.63 | 0.34 |
| Hex | 8B | 20 | 31 | 0 | 4D | 41 | 2D | 15E | 3F | 22 |
| Octal | 213 | 40 | 61 | 0 | 115 | 101 | 55 | 536 | 77 | 42 |
| Binary | 10001011 | 100000 | 110001 | 0 | 1001101 | 1000001 | 101101 | 101011110 | 111111 | 100010 |
Color Harmonies of #8B2031
Complementary color
Monochromatic Colors of #8B2031
Black with #8B2031
Text Example
Text Example
White with #8B2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2031; }
p { color: rgb(139,32,49); }
H1.HeaderClassName
{
color: #8B2031;
}
.AnyTagClassName
{
color: #8B2031;
}
</style>
background-color css
<style>
a { background-color: #8B2031; }
a { background-color: rgb(139,32,49); }
div.DivClassName
{
background-color: #8B2031;
}
.BgClassName
{
background-color: #8B2031;
}
</style>
border-color css
<style>
span { border-color: #8B2031; }
span { border-color: rgb(139,32,49); }
td.TdClassName
{
border-color: #8B2031;
}
.TagClassName
{
border-color: #8B2031;
}
</style>