Shades of Shiraz #8C263A
Tints of Shiraz #8C263A
RGB
CMYK
RGB Variations
Color information
#8C263A (or 0x8C263A) is known color: Shiraz. HEX triplet: 8C, 26 and 3A. RGB value is (140,38,58). Sum of RGB (Red+Green+Blue) = 140+38+58=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C263A is #73D9C5. Grayscale: #464646. Windows color (decimal): -7592390 or 3810956. OLE color: 3810956.
HSL color Cylindrical-coordinate representation of color #8C263A: hue angle of 348.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C263A is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 58 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.45 |
| HSL | 348.24º | 0.57% | 0.35% | - |
| HSV(B) | 348.24º | 0.73% | 0.55% | - |
| XYZ | 12.27 | 7.27 | 4.76 | - |
| YUV | 70.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 58 | 0 | 0.73 | 0.59 | 0.45 | 348.24 | 0.57 | 0.35 |
| Hex | 8C | 26 | 3A | 0 | 49 | 3B | 2D | 15C | 39 | 23 |
| Octal | 214 | 46 | 72 | 0 | 111 | 73 | 55 | 534 | 71 | 43 |
| Binary | 10001100 | 100110 | 111010 | 0 | 1001001 | 111011 | 101101 | 101011100 | 111001 | 100011 |
Color Harmonies of #8C263A
Complementary color
Monochromatic Colors of #8C263A
Black with #8C263A
Text Example
Text Example
White with #8C263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C263A; }
p { color: rgb(140,38,58); }
H1.HeaderClassName
{
color: #8C263A;
}
.AnyTagClassName
{
color: #8C263A;
}
</style>
background-color css
<style>
a { background-color: #8C263A; }
a { background-color: rgb(140,38,58); }
div.DivClassName
{
background-color: #8C263A;
}
.BgClassName
{
background-color: #8C263A;
}
</style>
border-color css
<style>
span { border-color: #8C263A; }
span { border-color: rgb(140,38,58); }
td.TdClassName
{
border-color: #8C263A;
}
.TagClassName
{
border-color: #8C263A;
}
</style>