Shades of Shiraz #8B183D
Tints of Shiraz #8B183D
RGB
CMYK
RGB Variations
Color information
#8B183D (or 0x8B183D) is known color: Shiraz. HEX triplet: 8B, 18 and 3D. RGB value is (139,24,61). Sum of RGB (Red+Green+Blue) = 139+24+61=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B183D is #74E7C2. Grayscale: #3E3E3E. Windows color (decimal): -7661507 or 4003979. OLE color: 4003979.
HSL color Cylindrical-coordinate representation of color #8B183D: hue angle of 340.7º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B183D is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 61 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.45 |
| HSL | 340.7º | 0.71% | 0.32% | - |
| HSV(B) | 340.7º | 0.83% | 0.55% | - |
| XYZ | 11.82 | 6.48 | 5.04 | - |
| YUV | 62.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 61 | 0 | 0.83 | 0.56 | 0.45 | 340.7 | 0.71 | 0.32 |
| Hex | 8B | 18 | 3D | 0 | 53 | 38 | 2D | 155 | 47 | 20 |
| Octal | 213 | 30 | 75 | 0 | 123 | 70 | 55 | 525 | 107 | 40 |
| Binary | 10001011 | 11000 | 111101 | 0 | 1010011 | 111000 | 101101 | 101010101 | 1000111 | 100000 |
Color Harmonies of #8B183D
Complementary color
Monochromatic Colors of #8B183D
Black with #8B183D
Text Example
Text Example
White with #8B183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B183D; }
p { color: rgb(139,24,61); }
H1.HeaderClassName
{
color: #8B183D;
}
.AnyTagClassName
{
color: #8B183D;
}
</style>
background-color css
<style>
a { background-color: #8B183D; }
a { background-color: rgb(139,24,61); }
div.DivClassName
{
background-color: #8B183D;
}
.BgClassName
{
background-color: #8B183D;
}
</style>
border-color css
<style>
span { border-color: #8B183D; }
span { border-color: rgb(139,24,61); }
td.TdClassName
{
border-color: #8B183D;
}
.TagClassName
{
border-color: #8B183D;
}
</style>