Shades of Shiraz #8B2D3A
Tints of Shiraz #8B2D3A
RGB
CMYK
RGB Variations
Color information
#8B2D3A (or 0x8B2D3A) is known color: Shiraz. HEX triplet: 8B, 2D and 3A. RGB value is (139,45,58). Sum of RGB (Red+Green+Blue) = 139+45+58=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D3A is #74D2C5. Grayscale: #4A4A4A. Windows color (decimal): -7656134 or 3812747. OLE color: 3812747.
HSL color Cylindrical-coordinate representation of color #8B2D3A: hue angle of 351.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D3A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 58 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.45 |
| HSL | 351.7º | 0.51% | 0.36% | - |
| HSV(B) | 351.7º | 0.68% | 0.55% | - |
| XYZ | 12.35 | 7.67 | 4.83 | - |
| YUV | 74.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 58 | 0 | 0.68 | 0.58 | 0.45 | 351.7 | 0.51 | 0.36 |
| Hex | 8B | 2D | 3A | 0 | 44 | 3A | 2D | 160 | 33 | 24 |
| Octal | 213 | 55 | 72 | 0 | 104 | 72 | 55 | 540 | 63 | 44 |
| Binary | 10001011 | 101101 | 111010 | 0 | 1000100 | 111010 | 101101 | 101100000 | 110011 | 100100 |
Color Harmonies of #8B2D3A
Complementary color
Monochromatic Colors of #8B2D3A
Black with #8B2D3A
Text Example
Text Example
White with #8B2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D3A; }
p { color: rgb(139,45,58); }
H1.HeaderClassName
{
color: #8B2D3A;
}
.AnyTagClassName
{
color: #8B2D3A;
}
</style>
background-color css
<style>
a { background-color: #8B2D3A; }
a { background-color: rgb(139,45,58); }
div.DivClassName
{
background-color: #8B2D3A;
}
.BgClassName
{
background-color: #8B2D3A;
}
</style>
border-color css
<style>
span { border-color: #8B2D3A; }
span { border-color: rgb(139,45,58); }
td.TdClassName
{
border-color: #8B2D3A;
}
.TagClassName
{
border-color: #8B2D3A;
}
</style>