Shades of Shiraz #8C2438
Tints of Shiraz #8C2438
RGB
CMYK
RGB Variations
Color information
#8C2438 (or 0x8C2438) is known color: Shiraz. HEX triplet: 8C, 24 and 38. RGB value is (140,36,56). Sum of RGB (Red+Green+Blue) = 140+36+56=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2438 is #73DBC7. Grayscale: #454545. Windows color (decimal): -7592904 or 3679372. OLE color: 3679372.
HSL color Cylindrical-coordinate representation of color #8C2438: hue angle of 348.46º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2438 is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 56 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.45 |
| HSL | 348.46º | 0.59% | 0.35% | - |
| HSV(B) | 348.46º | 0.74% | 0.55% | - |
| XYZ | 12.16 | 7.12 | 4.48 | - |
| YUV | 69.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 56 | 0 | 0.74 | 0.6 | 0.45 | 348.46 | 0.59 | 0.35 |
| Hex | 8C | 24 | 38 | 0 | 4A | 3C | 2D | 15C | 3B | 23 |
| Octal | 214 | 44 | 70 | 0 | 112 | 74 | 55 | 534 | 73 | 43 |
| Binary | 10001100 | 100100 | 111000 | 0 | 1001010 | 111100 | 101101 | 101011100 | 111011 | 100011 |
Color Harmonies of #8C2438
Complementary color
Monochromatic Colors of #8C2438
Black with #8C2438
Text Example
Text Example
White with #8C2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2438; }
p { color: rgb(140,36,56); }
H1.HeaderClassName
{
color: #8C2438;
}
.AnyTagClassName
{
color: #8C2438;
}
</style>
background-color css
<style>
a { background-color: #8C2438; }
a { background-color: rgb(140,36,56); }
div.DivClassName
{
background-color: #8C2438;
}
.BgClassName
{
background-color: #8C2438;
}
</style>
border-color css
<style>
span { border-color: #8C2438; }
span { border-color: rgb(140,36,56); }
td.TdClassName
{
border-color: #8C2438;
}
.TagClassName
{
border-color: #8C2438;
}
</style>