Shades of Shiraz #8C273A
Tints of Shiraz #8C273A
RGB
CMYK
RGB Variations
Color information
#8C273A (or 0x8C273A) is known color: Shiraz. HEX triplet: 8C, 27 and 3A. RGB value is (140,39,58). Sum of RGB (Red+Green+Blue) = 140+39+58=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C273A is #73D8C5. Grayscale: #474747. Windows color (decimal): -7592134 or 3811212. OLE color: 3811212.
HSL color Cylindrical-coordinate representation of color #8C273A: hue angle of 348.71º 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 #8C273A is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 58 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.45 |
| HSL | 348.71º | 0.56% | 0.35% | - |
| HSV(B) | 348.71º | 0.72% | 0.55% | - |
| XYZ | 12.3 | 7.33 | 4.77 | - |
| YUV | 71.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 58 | 0 | 0.72 | 0.59 | 0.45 | 348.71 | 0.56 | 0.35 |
| Hex | 8C | 27 | 3A | 0 | 48 | 3B | 2D | 15D | 38 | 23 |
| Octal | 214 | 47 | 72 | 0 | 110 | 73 | 55 | 535 | 70 | 43 |
| Binary | 10001100 | 100111 | 111010 | 0 | 1001000 | 111011 | 101101 | 101011101 | 111000 | 100011 |
Color Harmonies of #8C273A
Complementary color
Monochromatic Colors of #8C273A
Black with #8C273A
Text Example
Text Example
White with #8C273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C273A; }
p { color: rgb(140,39,58); }
H1.HeaderClassName
{
color: #8C273A;
}
.AnyTagClassName
{
color: #8C273A;
}
</style>
background-color css
<style>
a { background-color: #8C273A; }
a { background-color: rgb(140,39,58); }
div.DivClassName
{
background-color: #8C273A;
}
.BgClassName
{
background-color: #8C273A;
}
</style>
border-color css
<style>
span { border-color: #8C273A; }
span { border-color: rgb(140,39,58); }
td.TdClassName
{
border-color: #8C273A;
}
.TagClassName
{
border-color: #8C273A;
}
</style>