Shades of Shiraz #8C0F3A
Tints of Shiraz #8C0F3A
RGB
CMYK
RGB Variations
Color information
#8C0F3A (or 0x8C0F3A) is known color: Shiraz. HEX triplet: 8C, 0F and 3A. RGB value is (140,15,58). Sum of RGB (Red+Green+Blue) = 140+15+58=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0F3A is #73F0C5. Grayscale: #393939. Windows color (decimal): -7598278 or 3805068. OLE color: 3805068.
HSL color Cylindrical-coordinate representation of color #8C0F3A: hue angle of 339.36º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F3A is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 58 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.45 |
| HSL | 339.36º | 0.81% | 0.3% | - |
| HSV(B) | 339.36º | 0.89% | 0.55% | - |
| XYZ | 11.75 | 6.22 | 4.58 | - |
| YUV | 57.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 58 | 0 | 0.89 | 0.59 | 0.45 | 339.36 | 0.81 | 0.3 |
| Hex | 8C | F | 3A | 0 | 59 | 3B | 2D | 153 | 51 | 1E |
| Octal | 214 | 17 | 72 | 0 | 131 | 73 | 55 | 523 | 121 | 36 |
| Binary | 10001100 | 1111 | 111010 | 0 | 1011001 | 111011 | 101101 | 101010011 | 1010001 | 11110 |
Color Harmonies of #8C0F3A
Complementary color
Monochromatic Colors of #8C0F3A
Black with #8C0F3A
Text Example
Text Example
White with #8C0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F3A; }
p { color: rgb(140,15,58); }
H1.HeaderClassName
{
color: #8C0F3A;
}
.AnyTagClassName
{
color: #8C0F3A;
}
</style>
background-color css
<style>
a { background-color: #8C0F3A; }
a { background-color: rgb(140,15,58); }
div.DivClassName
{
background-color: #8C0F3A;
}
.BgClassName
{
background-color: #8C0F3A;
}
</style>
border-color css
<style>
span { border-color: #8C0F3A; }
span { border-color: rgb(140,15,58); }
td.TdClassName
{
border-color: #8C0F3A;
}
.TagClassName
{
border-color: #8C0F3A;
}
</style>