Shades of Shiraz #8B213A
Tints of Shiraz #8B213A
RGB
CMYK
RGB Variations
Color information
#8B213A (or 0x8B213A) is known color: Shiraz. HEX triplet: 8B, 21 and 3A. RGB value is (139,33,58). Sum of RGB (Red+Green+Blue) = 139+33+58=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B213A is #74DEC5. Grayscale: #434343. Windows color (decimal): -7659206 or 3809675. OLE color: 3809675.
HSL color Cylindrical-coordinate representation of color #8B213A: hue angle of 345.85º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B213A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 58 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.45 |
| HSL | 345.85º | 0.62% | 0.34% | - |
| HSV(B) | 345.85º | 0.76% | 0.55% | - |
| XYZ | 11.96 | 6.88 | 4.7 | - |
| YUV | 67.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 58 | 0 | 0.76 | 0.58 | 0.45 | 345.85 | 0.62 | 0.34 |
| Hex | 8B | 21 | 3A | 0 | 4C | 3A | 2D | 15A | 3E | 22 |
| Octal | 213 | 41 | 72 | 0 | 114 | 72 | 55 | 532 | 76 | 42 |
| Binary | 10001011 | 100001 | 111010 | 0 | 1001100 | 111010 | 101101 | 101011010 | 111110 | 100010 |
Color Harmonies of #8B213A
Complementary color
Monochromatic Colors of #8B213A
Black with #8B213A
Text Example
Text Example
White with #8B213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B213A; }
p { color: rgb(139,33,58); }
H1.HeaderClassName
{
color: #8B213A;
}
.AnyTagClassName
{
color: #8B213A;
}
</style>
background-color css
<style>
a { background-color: #8B213A; }
a { background-color: rgb(139,33,58); }
div.DivClassName
{
background-color: #8B213A;
}
.BgClassName
{
background-color: #8B213A;
}
</style>
border-color css
<style>
span { border-color: #8B213A; }
span { border-color: rgb(139,33,58); }
td.TdClassName
{
border-color: #8B213A;
}
.TagClassName
{
border-color: #8B213A;
}
</style>