Shades of Shiraz #8A1C3A
Tints of Shiraz #8A1C3A
RGB
CMYK
RGB Variations
Color information
#8A1C3A (or 0x8A1C3A) is known color: Shiraz. HEX triplet: 8A, 1C and 3A. RGB value is (138,28,58). Sum of RGB (Red+Green+Blue) = 138+28+58=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1C3A is #75E3C5. Grayscale: #404040. Windows color (decimal): -7726022 or 3808394. OLE color: 3808394.
HSL color Cylindrical-coordinate representation of color #8A1C3A: hue angle of 343.64º 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 #8A1C3A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 58 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.46 |
| HSL | 343.64º | 0.66% | 0.33% | - |
| HSV(B) | 343.64º | 0.8% | 0.54% | - |
| XYZ | 11.66 | 6.54 | 4.65 | - |
| YUV | 64.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 58 | 0 | 0.80 | 0.58 | 0.46 | 343.64 | 0.66 | 0.33 |
| Hex | 8A | 1C | 3A | 0 | 50 | 3A | 2E | 158 | 42 | 21 |
| Octal | 212 | 34 | 72 | 0 | 120 | 72 | 56 | 530 | 102 | 41 |
| Binary | 10001010 | 11100 | 111010 | 0 | 1010000 | 111010 | 101110 | 101011000 | 1000010 | 100001 |
Color Harmonies of #8A1C3A
Complementary color
Monochromatic Colors of #8A1C3A
Black with #8A1C3A
Text Example
Text Example
White with #8A1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C3A; }
p { color: rgb(138,28,58); }
H1.HeaderClassName
{
color: #8A1C3A;
}
.AnyTagClassName
{
color: #8A1C3A;
}
</style>
background-color css
<style>
a { background-color: #8A1C3A; }
a { background-color: rgb(138,28,58); }
div.DivClassName
{
background-color: #8A1C3A;
}
.BgClassName
{
background-color: #8A1C3A;
}
</style>
border-color css
<style>
span { border-color: #8A1C3A; }
span { border-color: rgb(138,28,58); }
td.TdClassName
{
border-color: #8A1C3A;
}
.TagClassName
{
border-color: #8A1C3A;
}
</style>