Shades of Shiraz #8B1736
Tints of Shiraz #8B1736
RGB
CMYK
RGB Variations
Color information
#8B1736 (or 0x8B1736) is known color: Shiraz. HEX triplet: 8B, 17 and 36. RGB value is (139,23,54). Sum of RGB (Red+Green+Blue) = 139+23+54=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1736 is #74E8C9. Grayscale: #3D3D3D. Windows color (decimal): -7661770 or 3544971. OLE color: 3544971.
HSL color Cylindrical-coordinate representation of color #8B1736: hue angle of 343.97º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1736 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 54 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.45 |
| HSL | 343.97º | 0.72% | 0.32% | - |
| HSV(B) | 343.97º | 0.83% | 0.55% | - |
| XYZ | 11.62 | 6.37 | 4.11 | - |
| YUV | 61.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 54 | 0 | 0.83 | 0.61 | 0.45 | 343.97 | 0.72 | 0.32 |
| Hex | 8B | 17 | 36 | 0 | 53 | 3D | 2D | 158 | 48 | 20 |
| Octal | 213 | 27 | 66 | 0 | 123 | 75 | 55 | 530 | 110 | 40 |
| Binary | 10001011 | 10111 | 110110 | 0 | 1010011 | 111101 | 101101 | 101011000 | 1001000 | 100000 |
Color Harmonies of #8B1736
Complementary color
Monochromatic Colors of #8B1736
Black with #8B1736
Text Example
Text Example
White with #8B1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1736; }
p { color: rgb(139,23,54); }
H1.HeaderClassName
{
color: #8B1736;
}
.AnyTagClassName
{
color: #8B1736;
}
</style>
background-color css
<style>
a { background-color: #8B1736; }
a { background-color: rgb(139,23,54); }
div.DivClassName
{
background-color: #8B1736;
}
.BgClassName
{
background-color: #8B1736;
}
</style>
border-color css
<style>
span { border-color: #8B1736; }
span { border-color: rgb(139,23,54); }
td.TdClassName
{
border-color: #8B1736;
}
.TagClassName
{
border-color: #8B1736;
}
</style>