Shades of Shiraz #8A1A31
Tints of Shiraz #8A1A31
RGB
CMYK
RGB Variations
Color information
#8A1A31 (or 0x8A1A31) is known color: Shiraz. HEX triplet: 8A, 1A and 31. RGB value is (138,26,49). Sum of RGB (Red+Green+Blue) = 138+26+49=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A31 is #75E5CE. Grayscale: #3E3E3E. Windows color (decimal): -7726543 or 3218058. OLE color: 3218058.
HSL color Cylindrical-coordinate representation of color #8A1A31: hue angle of 347.68º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A31 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 49 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.46 |
| HSL | 347.68º | 0.68% | 0.32% | - |
| HSV(B) | 347.68º | 0.81% | 0.54% | - |
| XYZ | 11.41 | 6.36 | 3.53 | - |
| YUV | 62.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 49 | 0 | 0.81 | 0.64 | 0.46 | 347.68 | 0.68 | 0.32 |
| Hex | 8A | 1A | 31 | 0 | 51 | 40 | 2E | 15C | 44 | 20 |
| Octal | 212 | 32 | 61 | 0 | 121 | 100 | 56 | 534 | 104 | 40 |
| Binary | 10001010 | 11010 | 110001 | 0 | 1010001 | 1000000 | 101110 | 101011100 | 1000100 | 100000 |
Color Harmonies of #8A1A31
Complementary color
Monochromatic Colors of #8A1A31
Black with #8A1A31
Text Example
Text Example
White with #8A1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A31; }
p { color: rgb(138,26,49); }
H1.HeaderClassName
{
color: #8A1A31;
}
.AnyTagClassName
{
color: #8A1A31;
}
</style>
background-color css
<style>
a { background-color: #8A1A31; }
a { background-color: rgb(138,26,49); }
div.DivClassName
{
background-color: #8A1A31;
}
.BgClassName
{
background-color: #8A1A31;
}
</style>
border-color css
<style>
span { border-color: #8A1A31; }
span { border-color: rgb(138,26,49); }
td.TdClassName
{
border-color: #8A1A31;
}
.TagClassName
{
border-color: #8A1A31;
}
</style>