Shades of Shiraz #8B133C
Tints of Shiraz #8B133C
RGB
CMYK
RGB Variations
Color information
#8B133C (or 0x8B133C) is known color: Shiraz. HEX triplet: 8B, 13 and 3C. RGB value is (139,19,60). Sum of RGB (Red+Green+Blue) = 139+19+60=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B133C is #74ECC3. Grayscale: #3B3B3B. Windows color (decimal): -7662788 or 3937163. OLE color: 3937163.
HSL color Cylindrical-coordinate representation of color #8B133C: hue angle of 339.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B133C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 60 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.45 |
| HSL | 339.5º | 0.76% | 0.31% | - |
| HSV(B) | 339.5º | 0.86% | 0.55% | - |
| XYZ | 11.7 | 6.28 | 4.87 | - |
| YUV | 59.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 60 | 0 | 0.86 | 0.57 | 0.45 | 339.5 | 0.76 | 0.31 |
| Hex | 8B | 13 | 3C | 0 | 56 | 39 | 2D | 154 | 4C | 1F |
| Octal | 213 | 23 | 74 | 0 | 126 | 71 | 55 | 524 | 114 | 37 |
| Binary | 10001011 | 10011 | 111100 | 0 | 1010110 | 111001 | 101101 | 101010100 | 1001100 | 11111 |
Color Harmonies of #8B133C
Complementary color
Monochromatic Colors of #8B133C
Black with #8B133C
Text Example
Text Example
White with #8B133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B133C; }
p { color: rgb(139,19,60); }
H1.HeaderClassName
{
color: #8B133C;
}
.AnyTagClassName
{
color: #8B133C;
}
</style>
background-color css
<style>
a { background-color: #8B133C; }
a { background-color: rgb(139,19,60); }
div.DivClassName
{
background-color: #8B133C;
}
.BgClassName
{
background-color: #8B133C;
}
</style>
border-color css
<style>
span { border-color: #8B133C; }
span { border-color: rgb(139,19,60); }
td.TdClassName
{
border-color: #8B133C;
}
.TagClassName
{
border-color: #8B133C;
}
</style>