Shades of Shiraz #8C263B
Tints of Shiraz #8C263B
RGB
CMYK
RGB Variations
Color information
#8C263B (or 0x8C263B) is known color: Shiraz. HEX triplet: 8C, 26 and 3B. RGB value is (140,38,59). Sum of RGB (Red+Green+Blue) = 140+38+59=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C263B is #73D9C4. Grayscale: #464646. Windows color (decimal): -7592389 or 3876492. OLE color: 3876492.
HSL color Cylindrical-coordinate representation of color #8C263B: hue angle of 347.65º 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 #8C263B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 59 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.45 |
| HSL | 347.65º | 0.57% | 0.35% | - |
| HSV(B) | 347.65º | 0.73% | 0.55% | - |
| XYZ | 12.3 | 7.28 | 4.89 | - |
| YUV | 70.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 59 | 0 | 0.73 | 0.58 | 0.45 | 347.65 | 0.57 | 0.35 |
| Hex | 8C | 26 | 3B | 0 | 49 | 3A | 2D | 15C | 39 | 23 |
| Octal | 214 | 46 | 73 | 0 | 111 | 72 | 55 | 534 | 71 | 43 |
| Binary | 10001100 | 100110 | 111011 | 0 | 1001001 | 111010 | 101101 | 101011100 | 111001 | 100011 |
Color Harmonies of #8C263B
Complementary color
Monochromatic Colors of #8C263B
Black with #8C263B
Text Example
Text Example
White with #8C263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C263B; }
p { color: rgb(140,38,59); }
H1.HeaderClassName
{
color: #8C263B;
}
.AnyTagClassName
{
color: #8C263B;
}
</style>
background-color css
<style>
a { background-color: #8C263B; }
a { background-color: rgb(140,38,59); }
div.DivClassName
{
background-color: #8C263B;
}
.BgClassName
{
background-color: #8C263B;
}
</style>
border-color css
<style>
span { border-color: #8C263B; }
span { border-color: rgb(140,38,59); }
td.TdClassName
{
border-color: #8C263B;
}
.TagClassName
{
border-color: #8C263B;
}
</style>