Shades of Shiraz #8C0F3B
Tints of Shiraz #8C0F3B
RGB
CMYK
RGB Variations
Color information
#8C0F3B (or 0x8C0F3B) is known color: Shiraz. HEX triplet: 8C, 0F and 3B. RGB value is (140,15,59). Sum of RGB (Red+Green+Blue) = 140+15+59=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0F3B is #73F0C4. Grayscale: #393939. Windows color (decimal): -7598277 or 3870604. OLE color: 3870604.
HSL color Cylindrical-coordinate representation of color #8C0F3B: hue angle of 338.88º 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 #8C0F3B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 59 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.45 |
| HSL | 338.88º | 0.81% | 0.3% | - |
| HSV(B) | 338.88º | 0.89% | 0.55% | - |
| XYZ | 11.78 | 6.23 | 4.72 | - |
| YUV | 57.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 59 | 0 | 0.89 | 0.58 | 0.45 | 338.88 | 0.81 | 0.3 |
| Hex | 8C | F | 3B | 0 | 59 | 3A | 2D | 153 | 51 | 1E |
| Octal | 214 | 17 | 73 | 0 | 131 | 72 | 55 | 523 | 121 | 36 |
| Binary | 10001100 | 1111 | 111011 | 0 | 1011001 | 111010 | 101101 | 101010011 | 1010001 | 11110 |
Color Harmonies of #8C0F3B
Complementary color
Monochromatic Colors of #8C0F3B
Black with #8C0F3B
Text Example
Text Example
White with #8C0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F3B; }
p { color: rgb(140,15,59); }
H1.HeaderClassName
{
color: #8C0F3B;
}
.AnyTagClassName
{
color: #8C0F3B;
}
</style>
background-color css
<style>
a { background-color: #8C0F3B; }
a { background-color: rgb(140,15,59); }
div.DivClassName
{
background-color: #8C0F3B;
}
.BgClassName
{
background-color: #8C0F3B;
}
</style>
border-color css
<style>
span { border-color: #8C0F3B; }
span { border-color: rgb(140,15,59); }
td.TdClassName
{
border-color: #8C0F3B;
}
.TagClassName
{
border-color: #8C0F3B;
}
</style>