Shades of Shiraz #8B1C2E
Tints of Shiraz #8B1C2E
RGB
CMYK
RGB Variations
Color information
#8B1C2E (or 0x8B1C2E) is known color: Shiraz. HEX triplet: 8B, 1C and 2E. RGB value is (139,28,46). Sum of RGB (Red+Green+Blue) = 139+28+46=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C2E is #74E3D1. Grayscale: #3F3F3F. Windows color (decimal): -7660498 or 3021963. OLE color: 3021963.
HSL color Cylindrical-coordinate representation of color #8B1C2E: hue angle of 350.27º 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 #8B1C2E is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 46 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.45 |
| HSL | 350.27º | 0.66% | 0.33% | - |
| HSV(B) | 350.27º | 0.8% | 0.55% | - |
| XYZ | 11.56 | 6.52 | 3.23 | - |
| YUV | 63.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 46 | 0 | 0.80 | 0.67 | 0.45 | 350.27 | 0.66 | 0.33 |
| Hex | 8B | 1C | 2E | 0 | 50 | 43 | 2D | 15E | 42 | 21 |
| Octal | 213 | 34 | 56 | 0 | 120 | 103 | 55 | 536 | 102 | 41 |
| Binary | 10001011 | 11100 | 101110 | 0 | 1010000 | 1000011 | 101101 | 101011110 | 1000010 | 100001 |
Color Harmonies of #8B1C2E
Complementary color
Monochromatic Colors of #8B1C2E
Black with #8B1C2E
Text Example
Text Example
White with #8B1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C2E; }
p { color: rgb(139,28,46); }
H1.HeaderClassName
{
color: #8B1C2E;
}
.AnyTagClassName
{
color: #8B1C2E;
}
</style>
background-color css
<style>
a { background-color: #8B1C2E; }
a { background-color: rgb(139,28,46); }
div.DivClassName
{
background-color: #8B1C2E;
}
.BgClassName
{
background-color: #8B1C2E;
}
</style>
border-color css
<style>
span { border-color: #8B1C2E; }
span { border-color: rgb(139,28,46); }
td.TdClassName
{
border-color: #8B1C2E;
}
.TagClassName
{
border-color: #8B1C2E;
}
</style>