Shades of Shiraz #8B2334
Tints of Shiraz #8B2334
RGB
CMYK
RGB Variations
Color information
#8B2334 (or 0x8B2334) is known color: Shiraz. HEX triplet: 8B, 23 and 34. RGB value is (139,35,52). Sum of RGB (Red+Green+Blue) = 139+35+52=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2334 is #74DCCB. Grayscale: #444444. Windows color (decimal): -7658700 or 3416971. OLE color: 3416971.
HSL color Cylindrical-coordinate representation of color #8B2334: hue angle of 350.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2334 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 35 | 52 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.45 |
| HSL | 350.19º | 0.6% | 0.34% | - |
| HSV(B) | 350.19º | 0.75% | 0.55% | - |
| XYZ | 11.87 | 6.94 | 3.96 | - |
| YUV | 68.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 52 | 0 | 0.75 | 0.63 | 0.45 | 350.19 | 0.6 | 0.34 |
| Hex | 8B | 23 | 34 | 0 | 4B | 3F | 2D | 15E | 3C | 22 |
| Octal | 213 | 43 | 64 | 0 | 113 | 77 | 55 | 536 | 74 | 42 |
| Binary | 10001011 | 100011 | 110100 | 0 | 1001011 | 111111 | 101101 | 101011110 | 111100 | 100010 |
Color Harmonies of #8B2334
Complementary color
Monochromatic Colors of #8B2334
Black with #8B2334
Text Example
Text Example
White with #8B2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2334; }
p { color: rgb(139,35,52); }
H1.HeaderClassName
{
color: #8B2334;
}
.AnyTagClassName
{
color: #8B2334;
}
</style>
background-color css
<style>
a { background-color: #8B2334; }
a { background-color: rgb(139,35,52); }
div.DivClassName
{
background-color: #8B2334;
}
.BgClassName
{
background-color: #8B2334;
}
</style>
border-color css
<style>
span { border-color: #8B2334; }
span { border-color: rgb(139,35,52); }
td.TdClassName
{
border-color: #8B2334;
}
.TagClassName
{
border-color: #8B2334;
}
</style>