Shades of Shiraz #8B1E2F
Tints of Shiraz #8B1E2F
RGB
CMYK
RGB Variations
Color information
#8B1E2F (or 0x8B1E2F) is known color: Shiraz. HEX triplet: 8B, 1E and 2F. RGB value is (139,30,47). Sum of RGB (Red+Green+Blue) = 139+30+47=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1E2F is #74E1D0. Grayscale: #404040. Windows color (decimal): -7659985 or 3088011. OLE color: 3088011.
HSL color Cylindrical-coordinate representation of color #8B1E2F: hue angle of 350.64º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E2F is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 47 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.45 |
| HSL | 350.64º | 0.64% | 0.33% | - |
| HSV(B) | 350.64º | 0.78% | 0.55% | - |
| XYZ | 11.62 | 6.62 | 3.35 | - |
| YUV | 64.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 47 | 0 | 0.78 | 0.66 | 0.45 | 350.64 | 0.64 | 0.33 |
| Hex | 8B | 1E | 2F | 0 | 4E | 42 | 2D | 15F | 40 | 21 |
| Octal | 213 | 36 | 57 | 0 | 116 | 102 | 55 | 537 | 100 | 41 |
| Binary | 10001011 | 11110 | 101111 | 0 | 1001110 | 1000010 | 101101 | 101011111 | 1000000 | 100001 |
Color Harmonies of #8B1E2F
Complementary color
Monochromatic Colors of #8B1E2F
Black with #8B1E2F
Text Example
Text Example
White with #8B1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E2F; }
p { color: rgb(139,30,47); }
H1.HeaderClassName
{
color: #8B1E2F;
}
.AnyTagClassName
{
color: #8B1E2F;
}
</style>
background-color css
<style>
a { background-color: #8B1E2F; }
a { background-color: rgb(139,30,47); }
div.DivClassName
{
background-color: #8B1E2F;
}
.BgClassName
{
background-color: #8B1E2F;
}
</style>
border-color css
<style>
span { border-color: #8B1E2F; }
span { border-color: rgb(139,30,47); }
td.TdClassName
{
border-color: #8B1E2F;
}
.TagClassName
{
border-color: #8B1E2F;
}
</style>