Shades of Shiraz #8B283D
Tints of Shiraz #8B283D
RGB
CMYK
RGB Variations
Color information
#8B283D (or 0x8B283D) is known color: Shiraz. HEX triplet: 8B, 28 and 3D. RGB value is (139,40,61). Sum of RGB (Red+Green+Blue) = 139+40+61=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B283D is #74D7C2. Grayscale: #484848. Windows color (decimal): -7657411 or 4008075. OLE color: 4008075.
HSL color Cylindrical-coordinate representation of color #8B283D: hue angle of 347.27º 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 #8B283D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 61 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.45 |
| HSL | 347.27º | 0.55% | 0.35% | - |
| HSV(B) | 347.27º | 0.71% | 0.55% | - |
| XYZ | 12.25 | 7.34 | 5.19 | - |
| YUV | 72 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 61 | 0 | 0.71 | 0.56 | 0.45 | 347.27 | 0.55 | 0.35 |
| Hex | 8B | 28 | 3D | 0 | 47 | 38 | 2D | 15B | 37 | 23 |
| Octal | 213 | 50 | 75 | 0 | 107 | 70 | 55 | 533 | 67 | 43 |
| Binary | 10001011 | 101000 | 111101 | 0 | 1000111 | 111000 | 101101 | 101011011 | 110111 | 100011 |
Color Harmonies of #8B283D
Complementary color
Monochromatic Colors of #8B283D
Black with #8B283D
Text Example
Text Example
White with #8B283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B283D; }
p { color: rgb(139,40,61); }
H1.HeaderClassName
{
color: #8B283D;
}
.AnyTagClassName
{
color: #8B283D;
}
</style>
background-color css
<style>
a { background-color: #8B283D; }
a { background-color: rgb(139,40,61); }
div.DivClassName
{
background-color: #8B283D;
}
.BgClassName
{
background-color: #8B283D;
}
</style>
border-color css
<style>
span { border-color: #8B283D; }
span { border-color: rgb(139,40,61); }
td.TdClassName
{
border-color: #8B283D;
}
.TagClassName
{
border-color: #8B283D;
}
</style>