Shades of Shiraz #8B2837
Tints of Shiraz #8B2837
RGB
CMYK
RGB Variations
Color information
#8B2837 (or 0x8B2837) is known color: Shiraz. HEX triplet: 8B, 28 and 37. RGB value is (139,40,55). Sum of RGB (Red+Green+Blue) = 139+40+55=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2837 is #74D7C8. Grayscale: #474747. Windows color (decimal): -7657417 or 3614859. OLE color: 3614859.
HSL color Cylindrical-coordinate representation of color #8B2837: hue angle of 350.91º degrees, saturation: 0.55, 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 #8B2837 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 55 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.45 |
| HSL | 350.91º | 0.55% | 0.35% | - |
| HSV(B) | 350.91º | 0.71% | 0.55% | - |
| XYZ | 12.1 | 7.28 | 4.38 | - |
| YUV | 71.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 55 | 0 | 0.71 | 0.60 | 0.45 | 350.91 | 0.55 | 0.35 |
| Hex | 8B | 28 | 37 | 0 | 47 | 3C | 2D | 15F | 37 | 23 |
| Octal | 213 | 50 | 67 | 0 | 107 | 74 | 55 | 537 | 67 | 43 |
| Binary | 10001011 | 101000 | 110111 | 0 | 1000111 | 111100 | 101101 | 101011111 | 110111 | 100011 |
Color Harmonies of #8B2837
Complementary color
Monochromatic Colors of #8B2837
Black with #8B2837
Text Example
Text Example
White with #8B2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2837; }
p { color: rgb(139,40,55); }
H1.HeaderClassName
{
color: #8B2837;
}
.AnyTagClassName
{
color: #8B2837;
}
</style>
background-color css
<style>
a { background-color: #8B2837; }
a { background-color: rgb(139,40,55); }
div.DivClassName
{
background-color: #8B2837;
}
.BgClassName
{
background-color: #8B2837;
}
</style>
border-color css
<style>
span { border-color: #8B2837; }
span { border-color: rgb(139,40,55); }
td.TdClassName
{
border-color: #8B2837;
}
.TagClassName
{
border-color: #8B2837;
}
</style>