Shades of Shiraz #8B2A3C
Tints of Shiraz #8B2A3C
RGB
CMYK
RGB Variations
Color information
#8B2A3C (or 0x8B2A3C) is known color: Shiraz. HEX triplet: 8B, 2A and 3C. RGB value is (139,42,60). Sum of RGB (Red+Green+Blue) = 139+42+60=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A3C is #74D5C3. Grayscale: #494949. Windows color (decimal): -7656900 or 3943051. OLE color: 3943051.
HSL color Cylindrical-coordinate representation of color #8B2A3C: hue angle of 348.87º 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 #8B2A3C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 60 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.45 |
| HSL | 348.87º | 0.54% | 0.35% | - |
| HSV(B) | 348.87º | 0.7% | 0.55% | - |
| XYZ | 12.29 | 7.47 | 5.07 | - |
| YUV | 73.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 60 | 0 | 0.70 | 0.57 | 0.45 | 348.87 | 0.54 | 0.35 |
| Hex | 8B | 2A | 3C | 0 | 46 | 39 | 2D | 15D | 36 | 23 |
| Octal | 213 | 52 | 74 | 0 | 106 | 71 | 55 | 535 | 66 | 43 |
| Binary | 10001011 | 101010 | 111100 | 0 | 1000110 | 111001 | 101101 | 101011101 | 110110 | 100011 |
Color Harmonies of #8B2A3C
Complementary color
Monochromatic Colors of #8B2A3C
Black with #8B2A3C
Text Example
Text Example
White with #8B2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A3C; }
p { color: rgb(139,42,60); }
H1.HeaderClassName
{
color: #8B2A3C;
}
.AnyTagClassName
{
color: #8B2A3C;
}
</style>
background-color css
<style>
a { background-color: #8B2A3C; }
a { background-color: rgb(139,42,60); }
div.DivClassName
{
background-color: #8B2A3C;
}
.BgClassName
{
background-color: #8B2A3C;
}
</style>
border-color css
<style>
span { border-color: #8B2A3C; }
span { border-color: rgb(139,42,60); }
td.TdClassName
{
border-color: #8B2A3C;
}
.TagClassName
{
border-color: #8B2A3C;
}
</style>