Shades of Shiraz #8C1E2F
Tints of Shiraz #8C1E2F
RGB
CMYK
RGB Variations
Color information
#8C1E2F (or 0x8C1E2F) is known color: Shiraz. HEX triplet: 8C, 1E and 2F. RGB value is (140,30,47). Sum of RGB (Red+Green+Blue) = 140+30+47=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E2F is #73E1D0. Grayscale: #404040. Windows color (decimal): -7594449 or 3088012. OLE color: 3088012.
HSL color Cylindrical-coordinate representation of color #8C1E2F: hue angle of 350.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1E2F is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 30 | 47 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.45 |
| HSL | 350.73º | 0.65% | 0.33% | - |
| HSV(B) | 350.73º | 0.79% | 0.55% | - |
| XYZ | 11.79 | 6.71 | 3.36 | - |
| YUV | 64.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 30 | 47 | 0 | 0.79 | 0.66 | 0.45 | 350.73 | 0.65 | 0.33 |
| Hex | 8C | 1E | 2F | 0 | 4F | 42 | 2D | 15F | 41 | 21 |
| Octal | 214 | 36 | 57 | 0 | 117 | 102 | 55 | 537 | 101 | 41 |
| Binary | 10001100 | 11110 | 101111 | 0 | 1001111 | 1000010 | 101101 | 101011111 | 1000001 | 100001 |
Color Harmonies of #8C1E2F
Complementary color
Monochromatic Colors of #8C1E2F
Black with #8C1E2F
Text Example
Text Example
White with #8C1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1E2F; }
p { color: rgb(140,30,47); }
H1.HeaderClassName
{
color: #8C1E2F;
}
.AnyTagClassName
{
color: #8C1E2F;
}
</style>
background-color css
<style>
a { background-color: #8C1E2F; }
a { background-color: rgb(140,30,47); }
div.DivClassName
{
background-color: #8C1E2F;
}
.BgClassName
{
background-color: #8C1E2F;
}
</style>
border-color css
<style>
span { border-color: #8C1E2F; }
span { border-color: rgb(140,30,47); }
td.TdClassName
{
border-color: #8C1E2F;
}
.TagClassName
{
border-color: #8C1E2F;
}
</style>