Shades of Shiraz #8B1934
Tints of Shiraz #8B1934
RGB
CMYK
RGB Variations
Color information
#8B1934 (or 0x8B1934) is known color: Shiraz. HEX triplet: 8B, 19 and 34. RGB value is (139,25,52). Sum of RGB (Red+Green+Blue) = 139+25+52=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1934 is #74E6CB. Grayscale: #3E3E3E. Windows color (decimal): -7661260 or 3414411. OLE color: 3414411.
HSL color Cylindrical-coordinate representation of color #8B1934: hue angle of 345.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1934 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 52 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.45 |
| HSL | 345.79º | 0.7% | 0.32% | - |
| HSV(B) | 345.79º | 0.82% | 0.55% | - |
| XYZ | 11.61 | 6.43 | 3.88 | - |
| YUV | 62.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 52 | 0 | 0.82 | 0.63 | 0.45 | 345.79 | 0.7 | 0.32 |
| Hex | 8B | 19 | 34 | 0 | 52 | 3F | 2D | 15A | 46 | 20 |
| Octal | 213 | 31 | 64 | 0 | 122 | 77 | 55 | 532 | 106 | 40 |
| Binary | 10001011 | 11001 | 110100 | 0 | 1010010 | 111111 | 101101 | 101011010 | 1000110 | 100000 |
Color Harmonies of #8B1934
Complementary color
Monochromatic Colors of #8B1934
Black with #8B1934
Text Example
Text Example
White with #8B1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1934; }
p { color: rgb(139,25,52); }
H1.HeaderClassName
{
color: #8B1934;
}
.AnyTagClassName
{
color: #8B1934;
}
</style>
background-color css
<style>
a { background-color: #8B1934; }
a { background-color: rgb(139,25,52); }
div.DivClassName
{
background-color: #8B1934;
}
.BgClassName
{
background-color: #8B1934;
}
</style>
border-color css
<style>
span { border-color: #8B1934; }
span { border-color: rgb(139,25,52); }
td.TdClassName
{
border-color: #8B1934;
}
.TagClassName
{
border-color: #8B1934;
}
</style>