Shades of Shiraz #8C263D
Tints of Shiraz #8C263D
RGB
CMYK
RGB Variations
Color information
#8C263D (or 0x8C263D) is known color: Shiraz. HEX triplet: 8C, 26 and 3D. RGB value is (140,38,61). Sum of RGB (Red+Green+Blue) = 140+38+61=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C263D is #73D9C2. Grayscale: #474747. Windows color (decimal): -7592387 or 4007564. OLE color: 4007564.
HSL color Cylindrical-coordinate representation of color #8C263D: hue angle of 346.47º 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 #8C263D is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 61 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.45 |
| HSL | 346.47º | 0.57% | 0.35% | - |
| HSV(B) | 346.47º | 0.73% | 0.55% | - |
| XYZ | 12.35 | 7.3 | 5.17 | - |
| YUV | 71.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 61 | 0 | 0.73 | 0.56 | 0.45 | 346.47 | 0.57 | 0.35 |
| Hex | 8C | 26 | 3D | 0 | 49 | 38 | 2D | 15A | 39 | 23 |
| Octal | 214 | 46 | 75 | 0 | 111 | 70 | 55 | 532 | 71 | 43 |
| Binary | 10001100 | 100110 | 111101 | 0 | 1001001 | 111000 | 101101 | 101011010 | 111001 | 100011 |
Color Harmonies of #8C263D
Complementary color
Monochromatic Colors of #8C263D
Black with #8C263D
Text Example
Text Example
White with #8C263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C263D; }
p { color: rgb(140,38,61); }
H1.HeaderClassName
{
color: #8C263D;
}
.AnyTagClassName
{
color: #8C263D;
}
</style>
background-color css
<style>
a { background-color: #8C263D; }
a { background-color: rgb(140,38,61); }
div.DivClassName
{
background-color: #8C263D;
}
.BgClassName
{
background-color: #8C263D;
}
</style>
border-color css
<style>
span { border-color: #8C263D; }
span { border-color: rgb(140,38,61); }
td.TdClassName
{
border-color: #8C263D;
}
.TagClassName
{
border-color: #8C263D;
}
</style>