Shades of Shiraz #8B223D
Tints of Shiraz #8B223D
RGB
CMYK
RGB Variations
Color information
#8B223D (or 0x8B223D) is known color: Shiraz. HEX triplet: 8B, 22 and 3D. RGB value is (139,34,61). Sum of RGB (Red+Green+Blue) = 139+34+61=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B223D is #74DDC2. Grayscale: #444444. Windows color (decimal): -7658947 or 4006539. OLE color: 4006539.
HSL color Cylindrical-coordinate representation of color #8B223D: hue angle of 344.57º 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 #8B223D is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 61 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.45 |
| HSL | 344.57º | 0.61% | 0.34% | - |
| HSV(B) | 344.57º | 0.76% | 0.55% | - |
| XYZ | 12.06 | 6.97 | 5.12 | - |
| YUV | 68.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 61 | 0 | 0.76 | 0.56 | 0.45 | 344.57 | 0.61 | 0.34 |
| Hex | 8B | 22 | 3D | 0 | 4C | 38 | 2D | 159 | 3D | 22 |
| Octal | 213 | 42 | 75 | 0 | 114 | 70 | 55 | 531 | 75 | 42 |
| Binary | 10001011 | 100010 | 111101 | 0 | 1001100 | 111000 | 101101 | 101011001 | 111101 | 100010 |
Color Harmonies of #8B223D
Complementary color
Monochromatic Colors of #8B223D
Black with #8B223D
Text Example
Text Example
White with #8B223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B223D; }
p { color: rgb(139,34,61); }
H1.HeaderClassName
{
color: #8B223D;
}
.AnyTagClassName
{
color: #8B223D;
}
</style>
background-color css
<style>
a { background-color: #8B223D; }
a { background-color: rgb(139,34,61); }
div.DivClassName
{
background-color: #8B223D;
}
.BgClassName
{
background-color: #8B223D;
}
</style>
border-color css
<style>
span { border-color: #8B223D; }
span { border-color: rgb(139,34,61); }
td.TdClassName
{
border-color: #8B223D;
}
.TagClassName
{
border-color: #8B223D;
}
</style>