Shades of Shiraz #8C123D
Tints of Shiraz #8C123D
RGB
CMYK
RGB Variations
Color information
#8C123D (or 0x8C123D) is known color: Shiraz. HEX triplet: 8C, 12 and 3D. RGB value is (140,18,61). Sum of RGB (Red+Green+Blue) = 140+18+61=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C123D is #73EDC2. Grayscale: #3B3B3B. Windows color (decimal): -7597507 or 4002444. OLE color: 4002444.
HSL color Cylindrical-coordinate representation of color #8C123D: hue angle of 338.85º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C123D is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 61 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.45 |
| HSL | 338.85º | 0.77% | 0.31% | - |
| HSV(B) | 338.85º | 0.87% | 0.55% | - |
| XYZ | 11.87 | 6.34 | 5.01 | - |
| YUV | 59.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 61 | 0 | 0.87 | 0.56 | 0.45 | 338.85 | 0.77 | 0.31 |
| Hex | 8C | 12 | 3D | 0 | 57 | 38 | 2D | 153 | 4D | 1F |
| Octal | 214 | 22 | 75 | 0 | 127 | 70 | 55 | 523 | 115 | 37 |
| Binary | 10001100 | 10010 | 111101 | 0 | 1010111 | 111000 | 101101 | 101010011 | 1001101 | 11111 |
Color Harmonies of #8C123D
Complementary color
Monochromatic Colors of #8C123D
Black with #8C123D
Text Example
Text Example
White with #8C123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C123D; }
p { color: rgb(140,18,61); }
H1.HeaderClassName
{
color: #8C123D;
}
.AnyTagClassName
{
color: #8C123D;
}
</style>
background-color css
<style>
a { background-color: #8C123D; }
a { background-color: rgb(140,18,61); }
div.DivClassName
{
background-color: #8C123D;
}
.BgClassName
{
background-color: #8C123D;
}
</style>
border-color css
<style>
span { border-color: #8C123D; }
span { border-color: rgb(140,18,61); }
td.TdClassName
{
border-color: #8C123D;
}
.TagClassName
{
border-color: #8C123D;
}
</style>