Shades of Shiraz #8B2B3A
Tints of Shiraz #8B2B3A
RGB
CMYK
RGB Variations
Color information
#8B2B3A (or 0x8B2B3A) is known color: Shiraz. HEX triplet: 8B, 2B and 3A. RGB value is (139,43,58). Sum of RGB (Red+Green+Blue) = 139+43+58=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B3A is #74D4C5. Grayscale: #494949. Windows color (decimal): -7656646 or 3812235. OLE color: 3812235.
HSL color Cylindrical-coordinate representation of color #8B2B3A: hue angle of 350.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B3A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 58 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.45 |
| HSL | 350.63º | 0.53% | 0.36% | - |
| HSV(B) | 350.63º | 0.69% | 0.55% | - |
| XYZ | 12.28 | 7.52 | 4.81 | - |
| YUV | 73.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 58 | 0 | 0.69 | 0.58 | 0.45 | 350.63 | 0.53 | 0.36 |
| Hex | 8B | 2B | 3A | 0 | 45 | 3A | 2D | 15F | 35 | 24 |
| Octal | 213 | 53 | 72 | 0 | 105 | 72 | 55 | 537 | 65 | 44 |
| Binary | 10001011 | 101011 | 111010 | 0 | 1000101 | 111010 | 101101 | 101011111 | 110101 | 100100 |
Color Harmonies of #8B2B3A
Complementary color
Monochromatic Colors of #8B2B3A
Black with #8B2B3A
Text Example
Text Example
White with #8B2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B3A; }
p { color: rgb(139,43,58); }
H1.HeaderClassName
{
color: #8B2B3A;
}
.AnyTagClassName
{
color: #8B2B3A;
}
</style>
background-color css
<style>
a { background-color: #8B2B3A; }
a { background-color: rgb(139,43,58); }
div.DivClassName
{
background-color: #8B2B3A;
}
.BgClassName
{
background-color: #8B2B3A;
}
</style>
border-color css
<style>
span { border-color: #8B2B3A; }
span { border-color: rgb(139,43,58); }
td.TdClassName
{
border-color: #8B2B3A;
}
.TagClassName
{
border-color: #8B2B3A;
}
</style>