Shades of Shiraz #8A1C32
Tints of Shiraz #8A1C32
RGB
CMYK
RGB Variations
Color information
#8A1C32 (or 0x8A1C32) is known color: Shiraz. HEX triplet: 8A, 1C and 32. RGB value is (138,28,50). Sum of RGB (Red+Green+Blue) = 138+28+50=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1C32 is #75E3CD. Grayscale: #3F3F3F. Windows color (decimal): -7726030 or 3284106. OLE color: 3284106.
HSL color Cylindrical-coordinate representation of color #8A1C32: hue angle of 348º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C32 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 50 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.46 |
| HSL | 348º | 0.66% | 0.33% | - |
| HSV(B) | 348º | 0.8% | 0.54% | - |
| XYZ | 11.47 | 6.46 | 3.66 | - |
| YUV | 63.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 50 | 0 | 0.80 | 0.64 | 0.46 | 348 | 0.66 | 0.33 |
| Hex | 8A | 1C | 32 | 0 | 50 | 40 | 2E | 15C | 42 | 21 |
| Octal | 212 | 34 | 62 | 0 | 120 | 100 | 56 | 534 | 102 | 41 |
| Binary | 10001010 | 11100 | 110010 | 0 | 1010000 | 1000000 | 101110 | 101011100 | 1000010 | 100001 |
Color Harmonies of #8A1C32
Complementary color
Monochromatic Colors of #8A1C32
Black with #8A1C32
Text Example
Text Example
White with #8A1C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C32; }
p { color: rgb(138,28,50); }
H1.HeaderClassName
{
color: #8A1C32;
}
.AnyTagClassName
{
color: #8A1C32;
}
</style>
background-color css
<style>
a { background-color: #8A1C32; }
a { background-color: rgb(138,28,50); }
div.DivClassName
{
background-color: #8A1C32;
}
.BgClassName
{
background-color: #8A1C32;
}
</style>
border-color css
<style>
span { border-color: #8A1C32; }
span { border-color: rgb(138,28,50); }
td.TdClassName
{
border-color: #8A1C32;
}
.TagClassName
{
border-color: #8A1C32;
}
</style>