Shades of Shiraz #8B293F
Tints of Shiraz #8B293F
RGB
CMYK
RGB Variations
Color information
#8B293F (or 0x8B293F) is known color: Shiraz. HEX triplet: 8B, 29 and 3F. RGB value is (139,41,63). Sum of RGB (Red+Green+Blue) = 139+41+63=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B293F is #74D6C0. Grayscale: #484848. Windows color (decimal): -7657153 or 4139403. OLE color: 4139403.
HSL color Cylindrical-coordinate representation of color #8B293F: hue angle of 346.53º 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 #8B293F is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 63 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.45 |
| HSL | 346.53º | 0.54% | 0.35% | - |
| HSV(B) | 346.53º | 0.71% | 0.55% | - |
| XYZ | 12.34 | 7.43 | 5.49 | - |
| YUV | 72.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 63 | 0 | 0.71 | 0.55 | 0.45 | 346.53 | 0.54 | 0.35 |
| Hex | 8B | 29 | 3F | 0 | 47 | 37 | 2D | 15B | 36 | 23 |
| Octal | 213 | 51 | 77 | 0 | 107 | 67 | 55 | 533 | 66 | 43 |
| Binary | 10001011 | 101001 | 111111 | 0 | 1000111 | 110111 | 101101 | 101011011 | 110110 | 100011 |
Color Harmonies of #8B293F
Complementary color
Monochromatic Colors of #8B293F
Black with #8B293F
Text Example
Text Example
White with #8B293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B293F; }
p { color: rgb(139,41,63); }
H1.HeaderClassName
{
color: #8B293F;
}
.AnyTagClassName
{
color: #8B293F;
}
</style>
background-color css
<style>
a { background-color: #8B293F; }
a { background-color: rgb(139,41,63); }
div.DivClassName
{
background-color: #8B293F;
}
.BgClassName
{
background-color: #8B293F;
}
</style>
border-color css
<style>
span { border-color: #8B293F; }
span { border-color: rgb(139,41,63); }
td.TdClassName
{
border-color: #8B293F;
}
.TagClassName
{
border-color: #8B293F;
}
</style>