Shades of Shiraz #8B1C3C
Tints of Shiraz #8B1C3C
RGB
CMYK
RGB Variations
Color information
#8B1C3C (or 0x8B1C3C) is known color: Shiraz. HEX triplet: 8B, 1C and 3C. RGB value is (139,28,60). Sum of RGB (Red+Green+Blue) = 139+28+60=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C3C is #74E3C3. Grayscale: #404040. Windows color (decimal): -7660484 or 3939467. OLE color: 3939467.
HSL color Cylindrical-coordinate representation of color #8B1C3C: hue angle of 342.7º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C3C is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 60 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.45 |
| HSL | 342.7º | 0.66% | 0.33% | - |
| HSV(B) | 342.7º | 0.8% | 0.55% | - |
| XYZ | 11.88 | 6.65 | 4.93 | - |
| YUV | 64.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 60 | 0 | 0.80 | 0.57 | 0.45 | 342.7 | 0.66 | 0.33 |
| Hex | 8B | 1C | 3C | 0 | 50 | 39 | 2D | 157 | 42 | 21 |
| Octal | 213 | 34 | 74 | 0 | 120 | 71 | 55 | 527 | 102 | 41 |
| Binary | 10001011 | 11100 | 111100 | 0 | 1010000 | 111001 | 101101 | 101010111 | 1000010 | 100001 |
Color Harmonies of #8B1C3C
Complementary color
Monochromatic Colors of #8B1C3C
Black with #8B1C3C
Text Example
Text Example
White with #8B1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C3C; }
p { color: rgb(139,28,60); }
H1.HeaderClassName
{
color: #8B1C3C;
}
.AnyTagClassName
{
color: #8B1C3C;
}
</style>
background-color css
<style>
a { background-color: #8B1C3C; }
a { background-color: rgb(139,28,60); }
div.DivClassName
{
background-color: #8B1C3C;
}
.BgClassName
{
background-color: #8B1C3C;
}
</style>
border-color css
<style>
span { border-color: #8B1C3C; }
span { border-color: rgb(139,28,60); }
td.TdClassName
{
border-color: #8B1C3C;
}
.TagClassName
{
border-color: #8B1C3C;
}
</style>