Shades of Shiraz #8B1334
Tints of Shiraz #8B1334
RGB
CMYK
RGB Variations
Color information
#8B1334 (or 0x8B1334) is known color: Shiraz. HEX triplet: 8B, 13 and 34. RGB value is (139,19,52). Sum of RGB (Red+Green+Blue) = 139+19+52=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1334 is #74ECCB. Grayscale: #3A3A3A. Windows color (decimal): -7662796 or 3412875. OLE color: 3412875.
HSL color Cylindrical-coordinate representation of color #8B1334: hue angle of 343.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 #8B1334 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 52 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.45 |
| HSL | 343.5º | 0.76% | 0.31% | - |
| HSV(B) | 343.5º | 0.86% | 0.55% | - |
| XYZ | 11.5 | 6.2 | 3.84 | - |
| YUV | 58.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 52 | 0 | 0.86 | 0.63 | 0.45 | 343.5 | 0.76 | 0.31 |
| Hex | 8B | 13 | 34 | 0 | 56 | 3F | 2D | 158 | 4C | 1F |
| Octal | 213 | 23 | 64 | 0 | 126 | 77 | 55 | 530 | 114 | 37 |
| Binary | 10001011 | 10011 | 110100 | 0 | 1010110 | 111111 | 101101 | 101011000 | 1001100 | 11111 |
Color Harmonies of #8B1334
Complementary color
Monochromatic Colors of #8B1334
Black with #8B1334
Text Example
Text Example
White with #8B1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1334; }
p { color: rgb(139,19,52); }
H1.HeaderClassName
{
color: #8B1334;
}
.AnyTagClassName
{
color: #8B1334;
}
</style>
background-color css
<style>
a { background-color: #8B1334; }
a { background-color: rgb(139,19,52); }
div.DivClassName
{
background-color: #8B1334;
}
.BgClassName
{
background-color: #8B1334;
}
</style>
border-color css
<style>
span { border-color: #8B1334; }
span { border-color: rgb(139,19,52); }
td.TdClassName
{
border-color: #8B1334;
}
.TagClassName
{
border-color: #8B1334;
}
</style>