Shades of Shiraz #8C273E
Tints of Shiraz #8C273E
RGB
CMYK
RGB Variations
Color information
#8C273E (or 0x8C273E) is known color: Shiraz. HEX triplet: 8C, 27 and 3E. RGB value is (140,39,62). Sum of RGB (Red+Green+Blue) = 140+39+62=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C273E is #73D8C1. Grayscale: #474747. Windows color (decimal): -7592130 or 4073356. OLE color: 4073356.
HSL color Cylindrical-coordinate representation of color #8C273E: hue angle of 346.34º 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 #8C273E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 62 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.45 |
| HSL | 346.34º | 0.56% | 0.35% | - |
| HSV(B) | 346.34º | 0.72% | 0.55% | - |
| XYZ | 12.41 | 7.37 | 5.33 | - |
| YUV | 71.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 62 | 0 | 0.72 | 0.56 | 0.45 | 346.34 | 0.56 | 0.35 |
| Hex | 8C | 27 | 3E | 0 | 48 | 38 | 2D | 15A | 38 | 23 |
| Octal | 214 | 47 | 76 | 0 | 110 | 70 | 55 | 532 | 70 | 43 |
| Binary | 10001100 | 100111 | 111110 | 0 | 1001000 | 111000 | 101101 | 101011010 | 111000 | 100011 |
Color Harmonies of #8C273E
Complementary color
Monochromatic Colors of #8C273E
Black with #8C273E
Text Example
Text Example
White with #8C273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C273E; }
p { color: rgb(140,39,62); }
H1.HeaderClassName
{
color: #8C273E;
}
.AnyTagClassName
{
color: #8C273E;
}
</style>
background-color css
<style>
a { background-color: #8C273E; }
a { background-color: rgb(140,39,62); }
div.DivClassName
{
background-color: #8C273E;
}
.BgClassName
{
background-color: #8C273E;
}
</style>
border-color css
<style>
span { border-color: #8C273E; }
span { border-color: rgb(140,39,62); }
td.TdClassName
{
border-color: #8C273E;
}
.TagClassName
{
border-color: #8C273E;
}
</style>