Shades of Shiraz #8C263F
Tints of Shiraz #8C263F
RGB
CMYK
RGB Variations
Color information
#8C263F (or 0x8C263F) is known color: Shiraz. HEX triplet: 8C, 26 and 3F. RGB value is (140,38,63). Sum of RGB (Red+Green+Blue) = 140+38+63=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C263F is #73D9C0. Grayscale: #474747. Windows color (decimal): -7592385 or 4138636. OLE color: 4138636.
HSL color Cylindrical-coordinate representation of color #8C263F: hue angle of 345.29º 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 #8C263F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 63 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.45 |
| HSL | 345.29º | 0.57% | 0.35% | - |
| HSV(B) | 345.29º | 0.73% | 0.55% | - |
| XYZ | 12.41 | 7.32 | 5.46 | - |
| YUV | 71.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 63 | 0 | 0.73 | 0.55 | 0.45 | 345.29 | 0.57 | 0.35 |
| Hex | 8C | 26 | 3F | 0 | 49 | 37 | 2D | 159 | 39 | 23 |
| Octal | 214 | 46 | 77 | 0 | 111 | 67 | 55 | 531 | 71 | 43 |
| Binary | 10001100 | 100110 | 111111 | 0 | 1001001 | 110111 | 101101 | 101011001 | 111001 | 100011 |
Color Harmonies of #8C263F
Complementary color
Monochromatic Colors of #8C263F
Black with #8C263F
Text Example
Text Example
White with #8C263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C263F; }
p { color: rgb(140,38,63); }
H1.HeaderClassName
{
color: #8C263F;
}
.AnyTagClassName
{
color: #8C263F;
}
</style>
background-color css
<style>
a { background-color: #8C263F; }
a { background-color: rgb(140,38,63); }
div.DivClassName
{
background-color: #8C263F;
}
.BgClassName
{
background-color: #8C263F;
}
</style>
border-color css
<style>
span { border-color: #8C263F; }
span { border-color: rgb(140,38,63); }
td.TdClassName
{
border-color: #8C263F;
}
.TagClassName
{
border-color: #8C263F;
}
</style>