Shades of Shiraz #8B172F
Tints of Shiraz #8B172F
RGB
CMYK
RGB Variations
Color information
#8B172F (or 0x8B172F) is known color: Shiraz. HEX triplet: 8B, 17 and 2F. RGB value is (139,23,47). Sum of RGB (Red+Green+Blue) = 139+23+47=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B172F is #74E8D0. Grayscale: #3C3C3C. Windows color (decimal): -7661777 or 3086219. OLE color: 3086219.
HSL color Cylindrical-coordinate representation of color #8B172F: hue angle of 347.59º 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 #8B172F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 47 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.45 |
| HSL | 347.59º | 0.72% | 0.32% | - |
| HSV(B) | 347.59º | 0.83% | 0.55% | - |
| XYZ | 11.47 | 6.31 | 3.3 | - |
| YUV | 60.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 47 | 0 | 0.83 | 0.66 | 0.45 | 347.59 | 0.72 | 0.32 |
| Hex | 8B | 17 | 2F | 0 | 53 | 42 | 2D | 15C | 48 | 20 |
| Octal | 213 | 27 | 57 | 0 | 123 | 102 | 55 | 534 | 110 | 40 |
| Binary | 10001011 | 10111 | 101111 | 0 | 1010011 | 1000010 | 101101 | 101011100 | 1001000 | 100000 |
Color Harmonies of #8B172F
Complementary color
Monochromatic Colors of #8B172F
Black with #8B172F
Text Example
Text Example
White with #8B172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B172F; }
p { color: rgb(139,23,47); }
H1.HeaderClassName
{
color: #8B172F;
}
.AnyTagClassName
{
color: #8B172F;
}
</style>
background-color css
<style>
a { background-color: #8B172F; }
a { background-color: rgb(139,23,47); }
div.DivClassName
{
background-color: #8B172F;
}
.BgClassName
{
background-color: #8B172F;
}
</style>
border-color css
<style>
span { border-color: #8B172F; }
span { border-color: rgb(139,23,47); }
td.TdClassName
{
border-color: #8B172F;
}
.TagClassName
{
border-color: #8B172F;
}
</style>