Shades of Shiraz #8C273B
Tints of Shiraz #8C273B
RGB
CMYK
RGB Variations
Color information
#8C273B (or 0x8C273B) is known color: Shiraz. HEX triplet: 8C, 27 and 3B. RGB value is (140,39,59). Sum of RGB (Red+Green+Blue) = 140+39+59=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C273B is #73D8C4. Grayscale: #474747. Windows color (decimal): -7592133 or 3876748. OLE color: 3876748.
HSL color Cylindrical-coordinate representation of color #8C273B: hue angle of 348.12º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C273B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 59 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.45 |
| HSL | 348.12º | 0.56% | 0.35% | - |
| HSV(B) | 348.12º | 0.72% | 0.55% | - |
| XYZ | 12.33 | 7.34 | 4.9 | - |
| YUV | 71.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 59 | 0 | 0.72 | 0.58 | 0.45 | 348.12 | 0.56 | 0.35 |
| Hex | 8C | 27 | 3B | 0 | 48 | 3A | 2D | 15C | 38 | 23 |
| Octal | 214 | 47 | 73 | 0 | 110 | 72 | 55 | 534 | 70 | 43 |
| Binary | 10001100 | 100111 | 111011 | 0 | 1001000 | 111010 | 101101 | 101011100 | 111000 | 100011 |
Color Harmonies of #8C273B
Complementary color
Monochromatic Colors of #8C273B
Black with #8C273B
Text Example
Text Example
White with #8C273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C273B; }
p { color: rgb(140,39,59); }
H1.HeaderClassName
{
color: #8C273B;
}
.AnyTagClassName
{
color: #8C273B;
}
</style>
background-color css
<style>
a { background-color: #8C273B; }
a { background-color: rgb(140,39,59); }
div.DivClassName
{
background-color: #8C273B;
}
.BgClassName
{
background-color: #8C273B;
}
</style>
border-color css
<style>
span { border-color: #8C273B; }
span { border-color: rgb(140,39,59); }
td.TdClassName
{
border-color: #8C273B;
}
.TagClassName
{
border-color: #8C273B;
}
</style>