Shades of Shiraz #8B273A
Tints of Shiraz #8B273A
RGB
CMYK
RGB Variations
Color information
#8B273A (or 0x8B273A) is known color: Shiraz. HEX triplet: 8B, 27 and 3A. RGB value is (139,39,58). Sum of RGB (Red+Green+Blue) = 139+39+58=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B273A is #74D8C5. Grayscale: #474747. Windows color (decimal): -7657670 or 3811211. OLE color: 3811211.
HSL color Cylindrical-coordinate representation of color #8B273A: hue angle of 348.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B273A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 58 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.45 |
| HSL | 348.6º | 0.56% | 0.35% | - |
| HSV(B) | 348.6º | 0.72% | 0.55% | - |
| XYZ | 12.14 | 7.25 | 4.76 | - |
| YUV | 71.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 58 | 0 | 0.72 | 0.58 | 0.45 | 348.6 | 0.56 | 0.35 |
| Hex | 8B | 27 | 3A | 0 | 48 | 3A | 2D | 15D | 38 | 23 |
| Octal | 213 | 47 | 72 | 0 | 110 | 72 | 55 | 535 | 70 | 43 |
| Binary | 10001011 | 100111 | 111010 | 0 | 1001000 | 111010 | 101101 | 101011101 | 111000 | 100011 |
Color Harmonies of #8B273A
Complementary color
Monochromatic Colors of #8B273A
Black with #8B273A
Text Example
Text Example
White with #8B273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B273A; }
p { color: rgb(139,39,58); }
H1.HeaderClassName
{
color: #8B273A;
}
.AnyTagClassName
{
color: #8B273A;
}
</style>
background-color css
<style>
a { background-color: #8B273A; }
a { background-color: rgb(139,39,58); }
div.DivClassName
{
background-color: #8B273A;
}
.BgClassName
{
background-color: #8B273A;
}
</style>
border-color css
<style>
span { border-color: #8B273A; }
span { border-color: rgb(139,39,58); }
td.TdClassName
{
border-color: #8B273A;
}
.TagClassName
{
border-color: #8B273A;
}
</style>