Shades of Shiraz #8B283C
Tints of Shiraz #8B283C
RGB
CMYK
RGB Variations
Color information
#8B283C (or 0x8B283C) is known color: Shiraz. HEX triplet: 8B, 28 and 3C. RGB value is (139,40,60). Sum of RGB (Red+Green+Blue) = 139+40+60=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B283C is #74D7C3. Grayscale: #474747. Windows color (decimal): -7657412 or 3942539. OLE color: 3942539.
HSL color Cylindrical-coordinate representation of color #8B283C: hue angle of 347.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B283C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 60 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.45 |
| HSL | 347.88º | 0.55% | 0.35% | - |
| HSV(B) | 347.88º | 0.71% | 0.55% | - |
| XYZ | 12.22 | 7.33 | 5.05 | - |
| YUV | 71.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 60 | 0 | 0.71 | 0.57 | 0.45 | 347.88 | 0.55 | 0.35 |
| Hex | 8B | 28 | 3C | 0 | 47 | 39 | 2D | 15C | 37 | 23 |
| Octal | 213 | 50 | 74 | 0 | 107 | 71 | 55 | 534 | 67 | 43 |
| Binary | 10001011 | 101000 | 111100 | 0 | 1000111 | 111001 | 101101 | 101011100 | 110111 | 100011 |
Color Harmonies of #8B283C
Complementary color
Monochromatic Colors of #8B283C
Black with #8B283C
Text Example
Text Example
White with #8B283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B283C; }
p { color: rgb(139,40,60); }
H1.HeaderClassName
{
color: #8B283C;
}
.AnyTagClassName
{
color: #8B283C;
}
</style>
background-color css
<style>
a { background-color: #8B283C; }
a { background-color: rgb(139,40,60); }
div.DivClassName
{
background-color: #8B283C;
}
.BgClassName
{
background-color: #8B283C;
}
</style>
border-color css
<style>
span { border-color: #8B283C; }
span { border-color: rgb(139,40,60); }
td.TdClassName
{
border-color: #8B283C;
}
.TagClassName
{
border-color: #8B283C;
}
</style>