Shades of Shiraz #8B2C38
Tints of Shiraz #8B2C38
RGB
CMYK
RGB Variations
Color information
#8B2C38 (or 0x8B2C38) is known color: Shiraz. HEX triplet: 8B, 2C and 38. RGB value is (139,44,56). Sum of RGB (Red+Green+Blue) = 139+44+56=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C38 is #74D3C7. Grayscale: #494949. Windows color (decimal): -7656392 or 3681419. OLE color: 3681419.
HSL color Cylindrical-coordinate representation of color #8B2C38: hue angle of 352.42º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C38 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 56 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.45 |
| HSL | 352.42º | 0.52% | 0.36% | - |
| HSV(B) | 352.42º | 0.68% | 0.55% | - |
| XYZ | 12.26 | 7.58 | 4.56 | - |
| YUV | 73.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 56 | 0 | 0.68 | 0.60 | 0.45 | 352.42 | 0.52 | 0.36 |
| Hex | 8B | 2C | 38 | 0 | 44 | 3C | 2D | 160 | 34 | 24 |
| Octal | 213 | 54 | 70 | 0 | 104 | 74 | 55 | 540 | 64 | 44 |
| Binary | 10001011 | 101100 | 111000 | 0 | 1000100 | 111100 | 101101 | 101100000 | 110100 | 100100 |
Color Harmonies of #8B2C38
Complementary color
Monochromatic Colors of #8B2C38
Black with #8B2C38
Text Example
Text Example
White with #8B2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C38; }
p { color: rgb(139,44,56); }
H1.HeaderClassName
{
color: #8B2C38;
}
.AnyTagClassName
{
color: #8B2C38;
}
</style>
background-color css
<style>
a { background-color: #8B2C38; }
a { background-color: rgb(139,44,56); }
div.DivClassName
{
background-color: #8B2C38;
}
.BgClassName
{
background-color: #8B2C38;
}
</style>
border-color css
<style>
span { border-color: #8B2C38; }
span { border-color: rgb(139,44,56); }
td.TdClassName
{
border-color: #8B2C38;
}
.TagClassName
{
border-color: #8B2C38;
}
</style>