Shades of Shiraz #8B223B
Tints of Shiraz #8B223B
RGB
CMYK
RGB Variations
Color information
#8B223B (or 0x8B223B) is known color: Shiraz. HEX triplet: 8B, 22 and 3B. RGB value is (139,34,59). Sum of RGB (Red+Green+Blue) = 139+34+59=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B223B is #74DDC4. Grayscale: #444444. Windows color (decimal): -7658949 or 3875467. OLE color: 3875467.
HSL color Cylindrical-coordinate representation of color #8B223B: hue angle of 345.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B223B is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 59 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.45 |
| HSL | 345.71º | 0.61% | 0.34% | - |
| HSV(B) | 345.71º | 0.76% | 0.55% | - |
| XYZ | 12.01 | 6.95 | 4.85 | - |
| YUV | 68.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 59 | 0 | 0.76 | 0.58 | 0.45 | 345.71 | 0.61 | 0.34 |
| Hex | 8B | 22 | 3B | 0 | 4C | 3A | 2D | 15A | 3D | 22 |
| Octal | 213 | 42 | 73 | 0 | 114 | 72 | 55 | 532 | 75 | 42 |
| Binary | 10001011 | 100010 | 111011 | 0 | 1001100 | 111010 | 101101 | 101011010 | 111101 | 100010 |
Color Harmonies of #8B223B
Complementary color
Monochromatic Colors of #8B223B
Black with #8B223B
Text Example
Text Example
White with #8B223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B223B; }
p { color: rgb(139,34,59); }
H1.HeaderClassName
{
color: #8B223B;
}
.AnyTagClassName
{
color: #8B223B;
}
</style>
background-color css
<style>
a { background-color: #8B223B; }
a { background-color: rgb(139,34,59); }
div.DivClassName
{
background-color: #8B223B;
}
.BgClassName
{
background-color: #8B223B;
}
</style>
border-color css
<style>
span { border-color: #8B223B; }
span { border-color: rgb(139,34,59); }
td.TdClassName
{
border-color: #8B223B;
}
.TagClassName
{
border-color: #8B223B;
}
</style>