Shades of Shiraz #8B223F
Tints of Shiraz #8B223F
RGB
CMYK
RGB Variations
Color information
#8B223F (or 0x8B223F) is known color: Shiraz. HEX triplet: 8B, 22 and 3F. RGB value is (139,34,63). Sum of RGB (Red+Green+Blue) = 139+34+63=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B223F is #74DDC0. Grayscale: #444444. Windows color (decimal): -7658945 or 4137611. OLE color: 4137611.
HSL color Cylindrical-coordinate representation of color #8B223F: hue angle of 343.43º 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 #8B223F is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 63 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.45 |
| HSL | 343.43º | 0.61% | 0.34% | - |
| HSV(B) | 343.43º | 0.76% | 0.55% | - |
| XYZ | 12.12 | 6.99 | 5.41 | - |
| YUV | 68.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 63 | 0 | 0.76 | 0.55 | 0.45 | 343.43 | 0.61 | 0.34 |
| Hex | 8B | 22 | 3F | 0 | 4C | 37 | 2D | 157 | 3D | 22 |
| Octal | 213 | 42 | 77 | 0 | 114 | 67 | 55 | 527 | 75 | 42 |
| Binary | 10001011 | 100010 | 111111 | 0 | 1001100 | 110111 | 101101 | 101010111 | 111101 | 100010 |
Color Harmonies of #8B223F
Complementary color
Monochromatic Colors of #8B223F
Black with #8B223F
Text Example
Text Example
White with #8B223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B223F; }
p { color: rgb(139,34,63); }
H1.HeaderClassName
{
color: #8B223F;
}
.AnyTagClassName
{
color: #8B223F;
}
</style>
background-color css
<style>
a { background-color: #8B223F; }
a { background-color: rgb(139,34,63); }
div.DivClassName
{
background-color: #8B223F;
}
.BgClassName
{
background-color: #8B223F;
}
</style>
border-color css
<style>
span { border-color: #8B223F; }
span { border-color: rgb(139,34,63); }
td.TdClassName
{
border-color: #8B223F;
}
.TagClassName
{
border-color: #8B223F;
}
</style>