Shades of Shiraz #8B1D33
Tints of Shiraz #8B1D33
RGB
CMYK
RGB Variations
Color information
#8B1D33 (or 0x8B1D33) is known color: Shiraz. HEX triplet: 8B, 1D and 33. RGB value is (139,29,51). Sum of RGB (Red+Green+Blue) = 139+29+51=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D33 is #74E2CC. Grayscale: #404040. Windows color (decimal): -7660237 or 3349899. OLE color: 3349899.
HSL color Cylindrical-coordinate representation of color #8B1D33: hue angle of 348º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D33 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 51 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.45 |
| HSL | 348º | 0.65% | 0.33% | - |
| HSV(B) | 348º | 0.79% | 0.55% | - |
| XYZ | 11.68 | 6.61 | 3.79 | - |
| YUV | 64.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 51 | 0 | 0.79 | 0.63 | 0.45 | 348 | 0.65 | 0.33 |
| Hex | 8B | 1D | 33 | 0 | 4F | 3F | 2D | 15C | 41 | 21 |
| Octal | 213 | 35 | 63 | 0 | 117 | 77 | 55 | 534 | 101 | 41 |
| Binary | 10001011 | 11101 | 110011 | 0 | 1001111 | 111111 | 101101 | 101011100 | 1000001 | 100001 |
Color Harmonies of #8B1D33
Complementary color
Monochromatic Colors of #8B1D33
Black with #8B1D33
Text Example
Text Example
White with #8B1D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D33; }
p { color: rgb(139,29,51); }
H1.HeaderClassName
{
color: #8B1D33;
}
.AnyTagClassName
{
color: #8B1D33;
}
</style>
background-color css
<style>
a { background-color: #8B1D33; }
a { background-color: rgb(139,29,51); }
div.DivClassName
{
background-color: #8B1D33;
}
.BgClassName
{
background-color: #8B1D33;
}
</style>
border-color css
<style>
span { border-color: #8B1D33; }
span { border-color: rgb(139,29,51); }
td.TdClassName
{
border-color: #8B1D33;
}
.TagClassName
{
border-color: #8B1D33;
}
</style>