Shades of Shiraz #8B2C3C
Tints of Shiraz #8B2C3C
RGB
CMYK
RGB Variations
Color information
#8B2C3C (or 0x8B2C3C) is known color: Shiraz. HEX triplet: 8B, 2C and 3C. RGB value is (139,44,60). Sum of RGB (Red+Green+Blue) = 139+44+60=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C3C is #74D3C3. Grayscale: #4A4A4A. Windows color (decimal): -7656388 or 3943563. OLE color: 3943563.
HSL color Cylindrical-coordinate representation of color #8B2C3C: hue angle of 349.89º 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 #8B2C3C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 60 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.45 |
| HSL | 349.89º | 0.52% | 0.36% | - |
| HSV(B) | 349.89º | 0.68% | 0.55% | - |
| XYZ | 12.36 | 7.62 | 5.09 | - |
| YUV | 74.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 60 | 0 | 0.68 | 0.57 | 0.45 | 349.89 | 0.52 | 0.36 |
| Hex | 8B | 2C | 3C | 0 | 44 | 39 | 2D | 15E | 34 | 24 |
| Octal | 213 | 54 | 74 | 0 | 104 | 71 | 55 | 536 | 64 | 44 |
| Binary | 10001011 | 101100 | 111100 | 0 | 1000100 | 111001 | 101101 | 101011110 | 110100 | 100100 |
Color Harmonies of #8B2C3C
Complementary color
Monochromatic Colors of #8B2C3C
Black with #8B2C3C
Text Example
Text Example
White with #8B2C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C3C; }
p { color: rgb(139,44,60); }
H1.HeaderClassName
{
color: #8B2C3C;
}
.AnyTagClassName
{
color: #8B2C3C;
}
</style>
background-color css
<style>
a { background-color: #8B2C3C; }
a { background-color: rgb(139,44,60); }
div.DivClassName
{
background-color: #8B2C3C;
}
.BgClassName
{
background-color: #8B2C3C;
}
</style>
border-color css
<style>
span { border-color: #8B2C3C; }
span { border-color: rgb(139,44,60); }
td.TdClassName
{
border-color: #8B2C3C;
}
.TagClassName
{
border-color: #8B2C3C;
}
</style>