Shades of Shiraz #8B183B
Tints of Shiraz #8B183B
RGB
CMYK
RGB Variations
Color information
#8B183B (or 0x8B183B) is known color: Shiraz. HEX triplet: 8B, 18 and 3B. RGB value is (139,24,59). Sum of RGB (Red+Green+Blue) = 139+24+59=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B183B is #74E7C4. Grayscale: #3E3E3E. Windows color (decimal): -7661509 or 3872907. OLE color: 3872907.
HSL color Cylindrical-coordinate representation of color #8B183B: hue angle of 341.74º degrees, saturation: 0.71, 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 #8B183B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 59 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.45 |
| HSL | 341.74º | 0.71% | 0.32% | - |
| HSV(B) | 341.74º | 0.83% | 0.55% | - |
| XYZ | 11.76 | 6.46 | 4.76 | - |
| YUV | 62.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 59 | 0 | 0.83 | 0.58 | 0.45 | 341.74 | 0.71 | 0.32 |
| Hex | 8B | 18 | 3B | 0 | 53 | 3A | 2D | 156 | 47 | 20 |
| Octal | 213 | 30 | 73 | 0 | 123 | 72 | 55 | 526 | 107 | 40 |
| Binary | 10001011 | 11000 | 111011 | 0 | 1010011 | 111010 | 101101 | 101010110 | 1000111 | 100000 |
Color Harmonies of #8B183B
Complementary color
Monochromatic Colors of #8B183B
Black with #8B183B
Text Example
Text Example
White with #8B183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B183B; }
p { color: rgb(139,24,59); }
H1.HeaderClassName
{
color: #8B183B;
}
.AnyTagClassName
{
color: #8B183B;
}
</style>
background-color css
<style>
a { background-color: #8B183B; }
a { background-color: rgb(139,24,59); }
div.DivClassName
{
background-color: #8B183B;
}
.BgClassName
{
background-color: #8B183B;
}
</style>
border-color css
<style>
span { border-color: #8B183B; }
span { border-color: rgb(139,24,59); }
td.TdClassName
{
border-color: #8B183B;
}
.TagClassName
{
border-color: #8B183B;
}
</style>