Shades of Shiraz #8C2C38
Tints of Shiraz #8C2C38
RGB
CMYK
RGB Variations
Color information
#8C2C38 (or 0x8C2C38) is known color: Shiraz. HEX triplet: 8C, 2C and 38. RGB value is (140,44,56). Sum of RGB (Red+Green+Blue) = 140+44+56=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C38 is #73D3C7. Grayscale: #4A4A4A. Windows color (decimal): -7590856 or 3681420. OLE color: 3681420.
HSL color Cylindrical-coordinate representation of color #8C2C38: hue angle of 352.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2C38 is Cyan = 0, Magento = 0.69, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 56 | - |
| CMYK | 0 | 0.69 | 0.6 | 0.45 |
| HSL | 352.5º | 0.52% | 0.36% | - |
| HSV(B) | 352.5º | 0.69% | 0.55% | - |
| XYZ | 12.43 | 7.66 | 4.57 | - |
| YUV | 74.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 56 | 0 | 0.69 | 0.6 | 0.45 | 352.5 | 0.52 | 0.36 |
| Hex | 8C | 2C | 38 | 0 | 45 | 3C | 2D | 160 | 34 | 24 |
| Octal | 214 | 54 | 70 | 0 | 105 | 74 | 55 | 540 | 64 | 44 |
| Binary | 10001100 | 101100 | 111000 | 0 | 1000101 | 111100 | 101101 | 101100000 | 110100 | 100100 |
Color Harmonies of #8C2C38
Complementary color
Monochromatic Colors of #8C2C38
Black with #8C2C38
Text Example
Text Example
White with #8C2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C38; }
p { color: rgb(140,44,56); }
H1.HeaderClassName
{
color: #8C2C38;
}
.AnyTagClassName
{
color: #8C2C38;
}
</style>
background-color css
<style>
a { background-color: #8C2C38; }
a { background-color: rgb(140,44,56); }
div.DivClassName
{
background-color: #8C2C38;
}
.BgClassName
{
background-color: #8C2C38;
}
</style>
border-color css
<style>
span { border-color: #8C2C38; }
span { border-color: rgb(140,44,56); }
td.TdClassName
{
border-color: #8C2C38;
}
.TagClassName
{
border-color: #8C2C38;
}
</style>