Shades of Shiraz #8C183C
Tints of Shiraz #8C183C
RGB
CMYK
RGB Variations
Color information
#8C183C (or 0x8C183C) is known color: Shiraz. HEX triplet: 8C, 18 and 3C. RGB value is (140,24,60). Sum of RGB (Red+Green+Blue) = 140+24+60=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C183C is #73E7C3. Grayscale: #3E3E3E. Windows color (decimal): -7595972 or 3938444. OLE color: 3938444.
HSL color Cylindrical-coordinate representation of color #8C183C: hue angle of 341.38º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C183C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 60 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.45 |
| HSL | 341.38º | 0.71% | 0.32% | - |
| HSV(B) | 341.38º | 0.83% | 0.55% | - |
| XYZ | 11.96 | 6.55 | 4.91 | - |
| YUV | 62.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 60 | 0 | 0.83 | 0.57 | 0.45 | 341.38 | 0.71 | 0.32 |
| Hex | 8C | 18 | 3C | 0 | 53 | 39 | 2D | 155 | 47 | 20 |
| Octal | 214 | 30 | 74 | 0 | 123 | 71 | 55 | 525 | 107 | 40 |
| Binary | 10001100 | 11000 | 111100 | 0 | 1010011 | 111001 | 101101 | 101010101 | 1000111 | 100000 |
Color Harmonies of #8C183C
Complementary color
Monochromatic Colors of #8C183C
Black with #8C183C
Text Example
Text Example
White with #8C183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C183C; }
p { color: rgb(140,24,60); }
H1.HeaderClassName
{
color: #8C183C;
}
.AnyTagClassName
{
color: #8C183C;
}
</style>
background-color css
<style>
a { background-color: #8C183C; }
a { background-color: rgb(140,24,60); }
div.DivClassName
{
background-color: #8C183C;
}
.BgClassName
{
background-color: #8C183C;
}
</style>
border-color css
<style>
span { border-color: #8C183C; }
span { border-color: rgb(140,24,60); }
td.TdClassName
{
border-color: #8C183C;
}
.TagClassName
{
border-color: #8C183C;
}
</style>