Shades of Shiraz #8B123C
Tints of Shiraz #8B123C
RGB
CMYK
RGB Variations
Color information
#8B123C (or 0x8B123C) is known color: Shiraz. HEX triplet: 8B, 12 and 3C. RGB value is (139,18,60). Sum of RGB (Red+Green+Blue) = 139+18+60=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B123C is #74EDC3. Grayscale: #3A3A3A. Windows color (decimal): -7663044 or 3936907. OLE color: 3936907.
HSL color Cylindrical-coordinate representation of color #8B123C: hue angle of 339.17º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B123C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 60 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.45 |
| HSL | 339.17º | 0.77% | 0.31% | - |
| HSV(B) | 339.17º | 0.87% | 0.55% | - |
| XYZ | 11.68 | 6.25 | 4.87 | - |
| YUV | 58.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 60 | 0 | 0.87 | 0.57 | 0.45 | 339.17 | 0.77 | 0.31 |
| Hex | 8B | 12 | 3C | 0 | 57 | 39 | 2D | 153 | 4D | 1F |
| Octal | 213 | 22 | 74 | 0 | 127 | 71 | 55 | 523 | 115 | 37 |
| Binary | 10001011 | 10010 | 111100 | 0 | 1010111 | 111001 | 101101 | 101010011 | 1001101 | 11111 |
Color Harmonies of #8B123C
Complementary color
Monochromatic Colors of #8B123C
Black with #8B123C
Text Example
Text Example
White with #8B123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B123C; }
p { color: rgb(139,18,60); }
H1.HeaderClassName
{
color: #8B123C;
}
.AnyTagClassName
{
color: #8B123C;
}
</style>
background-color css
<style>
a { background-color: #8B123C; }
a { background-color: rgb(139,18,60); }
div.DivClassName
{
background-color: #8B123C;
}
.BgClassName
{
background-color: #8B123C;
}
</style>
border-color css
<style>
span { border-color: #8B123C; }
span { border-color: rgb(139,18,60); }
td.TdClassName
{
border-color: #8B123C;
}
.TagClassName
{
border-color: #8B123C;
}
</style>