Shades of Shiraz #8B2533
Tints of Shiraz #8B2533
RGB
CMYK
RGB Variations
Color information
#8B2533 (or 0x8B2533) is known color: Shiraz. HEX triplet: 8B, 25 and 33. RGB value is (139,37,51). Sum of RGB (Red+Green+Blue) = 139+37+51=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2533 is #74DACC. Grayscale: #454545. Windows color (decimal): -7658189 or 3351947. OLE color: 3351947.
HSL color Cylindrical-coordinate representation of color #8B2533: hue angle of 351.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2533 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 51 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.45 |
| HSL | 351.76º | 0.58% | 0.35% | - |
| HSV(B) | 351.76º | 0.73% | 0.55% | - |
| XYZ | 11.91 | 7.05 | 3.87 | - |
| YUV | 69.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 51 | 0 | 0.73 | 0.63 | 0.45 | 351.76 | 0.58 | 0.35 |
| Hex | 8B | 25 | 33 | 0 | 49 | 3F | 2D | 160 | 3A | 23 |
| Octal | 213 | 45 | 63 | 0 | 111 | 77 | 55 | 540 | 72 | 43 |
| Binary | 10001011 | 100101 | 110011 | 0 | 1001001 | 111111 | 101101 | 101100000 | 111010 | 100011 |
Color Harmonies of #8B2533
Complementary color
Monochromatic Colors of #8B2533
Black with #8B2533
Text Example
Text Example
White with #8B2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2533; }
p { color: rgb(139,37,51); }
H1.HeaderClassName
{
color: #8B2533;
}
.AnyTagClassName
{
color: #8B2533;
}
</style>
background-color css
<style>
a { background-color: #8B2533; }
a { background-color: rgb(139,37,51); }
div.DivClassName
{
background-color: #8B2533;
}
.BgClassName
{
background-color: #8B2533;
}
</style>
border-color css
<style>
span { border-color: #8B2533; }
span { border-color: rgb(139,37,51); }
td.TdClassName
{
border-color: #8B2533;
}
.TagClassName
{
border-color: #8B2533;
}
</style>