Shades of Shiraz #8B173A
Tints of Shiraz #8B173A
RGB
CMYK
RGB Variations
Color information
#8B173A (or 0x8B173A) is known color: Shiraz. HEX triplet: 8B, 17 and 3A. RGB value is (139,23,58). Sum of RGB (Red+Green+Blue) = 139+23+58=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B173A is #74E8C5. Grayscale: #3D3D3D. Windows color (decimal): -7661766 or 3807115. OLE color: 3807115.
HSL color Cylindrical-coordinate representation of color #8B173A: hue angle of 341.9º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B173A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 58 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.45 |
| HSL | 341.9º | 0.72% | 0.32% | - |
| HSV(B) | 341.9º | 0.83% | 0.55% | - |
| XYZ | 11.72 | 6.41 | 4.62 | - |
| YUV | 61.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 58 | 0 | 0.83 | 0.58 | 0.45 | 341.9 | 0.72 | 0.32 |
| Hex | 8B | 17 | 3A | 0 | 53 | 3A | 2D | 156 | 48 | 20 |
| Octal | 213 | 27 | 72 | 0 | 123 | 72 | 55 | 526 | 110 | 40 |
| Binary | 10001011 | 10111 | 111010 | 0 | 1010011 | 111010 | 101101 | 101010110 | 1001000 | 100000 |
Color Harmonies of #8B173A
Complementary color
Monochromatic Colors of #8B173A
Black with #8B173A
Text Example
Text Example
White with #8B173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B173A; }
p { color: rgb(139,23,58); }
H1.HeaderClassName
{
color: #8B173A;
}
.AnyTagClassName
{
color: #8B173A;
}
</style>
background-color css
<style>
a { background-color: #8B173A; }
a { background-color: rgb(139,23,58); }
div.DivClassName
{
background-color: #8B173A;
}
.BgClassName
{
background-color: #8B173A;
}
</style>
border-color css
<style>
span { border-color: #8B173A; }
span { border-color: rgb(139,23,58); }
td.TdClassName
{
border-color: #8B173A;
}
.TagClassName
{
border-color: #8B173A;
}
</style>