Shades of Shiraz #8B2C3F
Tints of Shiraz #8B2C3F
RGB
CMYK
RGB Variations
Color information
#8B2C3F (or 0x8B2C3F) is known color: Shiraz. HEX triplet: 8B, 2C and 3F. RGB value is (139,44,63). Sum of RGB (Red+Green+Blue) = 139+44+63=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C3F is #74D3C0. Grayscale: #4A4A4A. Windows color (decimal): -7656385 or 4140171. OLE color: 4140171.
HSL color Cylindrical-coordinate representation of color #8B2C3F: hue angle of 348º 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 #8B2C3F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 63 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.45 |
| HSL | 348º | 0.52% | 0.36% | - |
| HSV(B) | 348º | 0.68% | 0.55% | - |
| XYZ | 12.45 | 7.65 | 5.52 | - |
| YUV | 74.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 63 | 0 | 0.68 | 0.55 | 0.45 | 348 | 0.52 | 0.36 |
| Hex | 8B | 2C | 3F | 0 | 44 | 37 | 2D | 15C | 34 | 24 |
| Octal | 213 | 54 | 77 | 0 | 104 | 67 | 55 | 534 | 64 | 44 |
| Binary | 10001011 | 101100 | 111111 | 0 | 1000100 | 110111 | 101101 | 101011100 | 110100 | 100100 |
Color Harmonies of #8B2C3F
Complementary color
Monochromatic Colors of #8B2C3F
Black with #8B2C3F
Text Example
Text Example
White with #8B2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C3F; }
p { color: rgb(139,44,63); }
H1.HeaderClassName
{
color: #8B2C3F;
}
.AnyTagClassName
{
color: #8B2C3F;
}
</style>
background-color css
<style>
a { background-color: #8B2C3F; }
a { background-color: rgb(139,44,63); }
div.DivClassName
{
background-color: #8B2C3F;
}
.BgClassName
{
background-color: #8B2C3F;
}
</style>
border-color css
<style>
span { border-color: #8B2C3F; }
span { border-color: rgb(139,44,63); }
td.TdClassName
{
border-color: #8B2C3F;
}
.TagClassName
{
border-color: #8B2C3F;
}
</style>