Shades of Shiraz #8B293D
Tints of Shiraz #8B293D
RGB
CMYK
RGB Variations
Color information
#8B293D (or 0x8B293D) is known color: Shiraz. HEX triplet: 8B, 29 and 3D. RGB value is (139,41,61). Sum of RGB (Red+Green+Blue) = 139+41+61=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B293D is #74D6C2. Grayscale: #484848. Windows color (decimal): -7657155 or 4008331. OLE color: 4008331.
HSL color Cylindrical-coordinate representation of color #8B293D: hue angle of 347.76º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B293D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 61 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.45 |
| HSL | 347.76º | 0.54% | 0.35% | - |
| HSV(B) | 347.76º | 0.71% | 0.55% | - |
| XYZ | 12.28 | 7.41 | 5.2 | - |
| YUV | 72.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 61 | 0 | 0.71 | 0.56 | 0.45 | 347.76 | 0.54 | 0.35 |
| Hex | 8B | 29 | 3D | 0 | 47 | 38 | 2D | 15C | 36 | 23 |
| Octal | 213 | 51 | 75 | 0 | 107 | 70 | 55 | 534 | 66 | 43 |
| Binary | 10001011 | 101001 | 111101 | 0 | 1000111 | 111000 | 101101 | 101011100 | 110110 | 100011 |
Color Harmonies of #8B293D
Complementary color
Monochromatic Colors of #8B293D
Black with #8B293D
Text Example
Text Example
White with #8B293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B293D; }
p { color: rgb(139,41,61); }
H1.HeaderClassName
{
color: #8B293D;
}
.AnyTagClassName
{
color: #8B293D;
}
</style>
background-color css
<style>
a { background-color: #8B293D; }
a { background-color: rgb(139,41,61); }
div.DivClassName
{
background-color: #8B293D;
}
.BgClassName
{
background-color: #8B293D;
}
</style>
border-color css
<style>
span { border-color: #8B293D; }
span { border-color: rgb(139,41,61); }
td.TdClassName
{
border-color: #8B293D;
}
.TagClassName
{
border-color: #8B293D;
}
</style>