Shades of Shiraz #8C1A32
Tints of Shiraz #8C1A32
RGB
CMYK
RGB Variations
Color information
#8C1A32 (or 0x8C1A32) is known color: Shiraz. HEX triplet: 8C, 1A and 32. RGB value is (140,26,50). Sum of RGB (Red+Green+Blue) = 140+26+50=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A32 is #73E5CD. Grayscale: #3E3E3E. Windows color (decimal): -7595470 or 3283596. OLE color: 3283596.
HSL color Cylindrical-coordinate representation of color #8C1A32: hue angle of 347.37º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A32 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 50 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.45 |
| HSL | 347.37º | 0.69% | 0.33% | - |
| HSV(B) | 347.37º | 0.81% | 0.55% | - |
| XYZ | 11.76 | 6.54 | 3.66 | - |
| YUV | 62.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 50 | 0 | 0.81 | 0.64 | 0.45 | 347.37 | 0.69 | 0.33 |
| Hex | 8C | 1A | 32 | 0 | 51 | 40 | 2D | 15B | 45 | 21 |
| Octal | 214 | 32 | 62 | 0 | 121 | 100 | 55 | 533 | 105 | 41 |
| Binary | 10001100 | 11010 | 110010 | 0 | 1010001 | 1000000 | 101101 | 101011011 | 1000101 | 100001 |
Color Harmonies of #8C1A32
Complementary color
Monochromatic Colors of #8C1A32
Black with #8C1A32
Text Example
Text Example
White with #8C1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A32; }
p { color: rgb(140,26,50); }
H1.HeaderClassName
{
color: #8C1A32;
}
.AnyTagClassName
{
color: #8C1A32;
}
</style>
background-color css
<style>
a { background-color: #8C1A32; }
a { background-color: rgb(140,26,50); }
div.DivClassName
{
background-color: #8C1A32;
}
.BgClassName
{
background-color: #8C1A32;
}
</style>
border-color css
<style>
span { border-color: #8C1A32; }
span { border-color: rgb(140,26,50); }
td.TdClassName
{
border-color: #8C1A32;
}
.TagClassName
{
border-color: #8C1A32;
}
</style>