Shades of Shiraz #8B1731
Tints of Shiraz #8B1731
RGB
CMYK
RGB Variations
Color information
#8B1731 (or 0x8B1731) is known color: Shiraz. HEX triplet: 8B, 17 and 31. RGB value is (139,23,49). Sum of RGB (Red+Green+Blue) = 139+23+49=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1731 is #74E8CE. Grayscale: #3C3C3C. Windows color (decimal): -7661775 or 3217291. OLE color: 3217291.
HSL color Cylindrical-coordinate representation of color #8B1731: hue angle of 346.55º 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 #8B1731 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 49 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.45 |
| HSL | 346.55º | 0.72% | 0.32% | - |
| HSV(B) | 346.55º | 0.83% | 0.55% | - |
| XYZ | 11.51 | 6.32 | 3.52 | - |
| YUV | 60.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 49 | 0 | 0.83 | 0.65 | 0.45 | 346.55 | 0.72 | 0.32 |
| Hex | 8B | 17 | 31 | 0 | 53 | 41 | 2D | 15B | 48 | 20 |
| Octal | 213 | 27 | 61 | 0 | 123 | 101 | 55 | 533 | 110 | 40 |
| Binary | 10001011 | 10111 | 110001 | 0 | 1010011 | 1000001 | 101101 | 101011011 | 1001000 | 100000 |
Color Harmonies of #8B1731
Complementary color
Monochromatic Colors of #8B1731
Black with #8B1731
Text Example
Text Example
White with #8B1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1731; }
p { color: rgb(139,23,49); }
H1.HeaderClassName
{
color: #8B1731;
}
.AnyTagClassName
{
color: #8B1731;
}
</style>
background-color css
<style>
a { background-color: #8B1731; }
a { background-color: rgb(139,23,49); }
div.DivClassName
{
background-color: #8B1731;
}
.BgClassName
{
background-color: #8B1731;
}
</style>
border-color css
<style>
span { border-color: #8B1731; }
span { border-color: rgb(139,23,49); }
td.TdClassName
{
border-color: #8B1731;
}
.TagClassName
{
border-color: #8B1731;
}
</style>