Shades of Shiraz #8B2A37
Tints of Shiraz #8B2A37
RGB
CMYK
RGB Variations
Color information
#8B2A37 (or 0x8B2A37) is known color: Shiraz. HEX triplet: 8B, 2A and 37. RGB value is (139,42,55). Sum of RGB (Red+Green+Blue) = 139+42+55=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A37 is #74D5C8. Grayscale: #484848. Windows color (decimal): -7656905 or 3615371. OLE color: 3615371.
HSL color Cylindrical-coordinate representation of color #8B2A37: hue angle of 351.96º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B2A37 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 55 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.45 |
| HSL | 351.96º | 0.54% | 0.35% | - |
| HSV(B) | 351.96º | 0.7% | 0.55% | - |
| XYZ | 12.17 | 7.42 | 4.41 | - |
| YUV | 72.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 55 | 0 | 0.70 | 0.60 | 0.45 | 351.96 | 0.54 | 0.35 |
| Hex | 8B | 2A | 37 | 0 | 46 | 3C | 2D | 160 | 36 | 23 |
| Octal | 213 | 52 | 67 | 0 | 106 | 74 | 55 | 540 | 66 | 43 |
| Binary | 10001011 | 101010 | 110111 | 0 | 1000110 | 111100 | 101101 | 101100000 | 110110 | 100011 |
Color Harmonies of #8B2A37
Complementary color
Monochromatic Colors of #8B2A37
Black with #8B2A37
Text Example
Text Example
White with #8B2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A37; }
p { color: rgb(139,42,55); }
H1.HeaderClassName
{
color: #8B2A37;
}
.AnyTagClassName
{
color: #8B2A37;
}
</style>
background-color css
<style>
a { background-color: #8B2A37; }
a { background-color: rgb(139,42,55); }
div.DivClassName
{
background-color: #8B2A37;
}
.BgClassName
{
background-color: #8B2A37;
}
</style>
border-color css
<style>
span { border-color: #8B2A37; }
span { border-color: rgb(139,42,55); }
td.TdClassName
{
border-color: #8B2A37;
}
.TagClassName
{
border-color: #8B2A37;
}
</style>