Shades of Shiraz #8B1D36
Tints of Shiraz #8B1D36
RGB
CMYK
RGB Variations
Color information
#8B1D36 (or 0x8B1D36) is known color: Shiraz. HEX triplet: 8B, 1D and 36. RGB value is (139,29,54). Sum of RGB (Red+Green+Blue) = 139+29+54=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D36 is #74E2C9. Grayscale: #404040. Windows color (decimal): -7660234 or 3546507. OLE color: 3546507.
HSL color Cylindrical-coordinate representation of color #8B1D36: hue angle of 346.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D36 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 54 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.45 |
| HSL | 346.36º | 0.65% | 0.33% | - |
| HSV(B) | 346.36º | 0.79% | 0.55% | - |
| XYZ | 11.75 | 6.63 | 4.15 | - |
| YUV | 64.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 54 | 0 | 0.79 | 0.61 | 0.45 | 346.36 | 0.65 | 0.33 |
| Hex | 8B | 1D | 36 | 0 | 4F | 3D | 2D | 15A | 41 | 21 |
| Octal | 213 | 35 | 66 | 0 | 117 | 75 | 55 | 532 | 101 | 41 |
| Binary | 10001011 | 11101 | 110110 | 0 | 1001111 | 111101 | 101101 | 101011010 | 1000001 | 100001 |
Color Harmonies of #8B1D36
Complementary color
Monochromatic Colors of #8B1D36
Black with #8B1D36
Text Example
Text Example
White with #8B1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D36; }
p { color: rgb(139,29,54); }
H1.HeaderClassName
{
color: #8B1D36;
}
.AnyTagClassName
{
color: #8B1D36;
}
</style>
background-color css
<style>
a { background-color: #8B1D36; }
a { background-color: rgb(139,29,54); }
div.DivClassName
{
background-color: #8B1D36;
}
.BgClassName
{
background-color: #8B1D36;
}
</style>
border-color css
<style>
span { border-color: #8B1D36; }
span { border-color: rgb(139,29,54); }
td.TdClassName
{
border-color: #8B1D36;
}
.TagClassName
{
border-color: #8B1D36;
}
</style>