Shades of Shiraz #8B2737
Tints of Shiraz #8B2737
RGB
CMYK
RGB Variations
Color information
#8B2737 (or 0x8B2737) is known color: Shiraz. HEX triplet: 8B, 27 and 37. RGB value is (139,39,55). Sum of RGB (Red+Green+Blue) = 139+39+55=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2737 is #74D8C8. Grayscale: #464646. Windows color (decimal): -7657673 or 3614603. OLE color: 3614603.
HSL color Cylindrical-coordinate representation of color #8B2737: hue angle of 350.4º 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 #8B2737 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 55 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.45 |
| HSL | 350.4º | 0.56% | 0.35% | - |
| HSV(B) | 350.4º | 0.72% | 0.55% | - |
| XYZ | 12.06 | 7.22 | 4.37 | - |
| YUV | 70.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 55 | 0 | 0.72 | 0.60 | 0.45 | 350.4 | 0.56 | 0.35 |
| Hex | 8B | 27 | 37 | 0 | 48 | 3C | 2D | 15E | 38 | 23 |
| Octal | 213 | 47 | 67 | 0 | 110 | 74 | 55 | 536 | 70 | 43 |
| Binary | 10001011 | 100111 | 110111 | 0 | 1001000 | 111100 | 101101 | 101011110 | 111000 | 100011 |
Color Harmonies of #8B2737
Complementary color
Monochromatic Colors of #8B2737
Black with #8B2737
Text Example
Text Example
White with #8B2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2737; }
p { color: rgb(139,39,55); }
H1.HeaderClassName
{
color: #8B2737;
}
.AnyTagClassName
{
color: #8B2737;
}
</style>
background-color css
<style>
a { background-color: #8B2737; }
a { background-color: rgb(139,39,55); }
div.DivClassName
{
background-color: #8B2737;
}
.BgClassName
{
background-color: #8B2737;
}
</style>
border-color css
<style>
span { border-color: #8B2737; }
span { border-color: rgb(139,39,55); }
td.TdClassName
{
border-color: #8B2737;
}
.TagClassName
{
border-color: #8B2737;
}
</style>