Shades of Shiraz #8B2D40
Tints of Shiraz #8B2D40
RGB
CMYK
RGB Variations
Color information
#8B2D40 (or 0x8B2D40) is known color: Shiraz. HEX triplet: 8B, 2D and 40. RGB value is (139,45,64). Sum of RGB (Red+Green+Blue) = 139+45+64=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D40 is #74D2BF. Grayscale: #4B4B4B. Windows color (decimal): -7656128 or 4205963. OLE color: 4205963.
HSL color Cylindrical-coordinate representation of color #8B2D40: hue angle of 347.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D40 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 64 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.45 |
| HSL | 347.87º | 0.51% | 0.36% | - |
| HSV(B) | 347.87º | 0.68% | 0.55% | - |
| XYZ | 12.51 | 7.74 | 5.68 | - |
| YUV | 75.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 64 | 0 | 0.68 | 0.54 | 0.45 | 347.87 | 0.51 | 0.36 |
| Hex | 8B | 2D | 40 | 0 | 44 | 36 | 2D | 15C | 33 | 24 |
| Octal | 213 | 55 | 100 | 0 | 104 | 66 | 55 | 534 | 63 | 44 |
| Binary | 10001011 | 101101 | 1000000 | 0 | 1000100 | 110110 | 101101 | 101011100 | 110011 | 100100 |
Color Harmonies of #8B2D40
Complementary color
Monochromatic Colors of #8B2D40
Black with #8B2D40
Text Example
Text Example
White with #8B2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D40; }
p { color: rgb(139,45,64); }
H1.HeaderClassName
{
color: #8B2D40;
}
.AnyTagClassName
{
color: #8B2D40;
}
</style>
background-color css
<style>
a { background-color: #8B2D40; }
a { background-color: rgb(139,45,64); }
div.DivClassName
{
background-color: #8B2D40;
}
.BgClassName
{
background-color: #8B2D40;
}
</style>
border-color css
<style>
span { border-color: #8B2D40; }
span { border-color: rgb(139,45,64); }
td.TdClassName
{
border-color: #8B2D40;
}
.TagClassName
{
border-color: #8B2D40;
}
</style>