Shades of Shiraz #8A1E2E
Tints of Shiraz #8A1E2E
RGB
CMYK
RGB Variations
Color information
#8A1E2E (or 0x8A1E2E) is known color: Shiraz. HEX triplet: 8A, 1E and 2E. RGB value is (138,30,46). Sum of RGB (Red+Green+Blue) = 138+30+46=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1E2E is #75E1D1. Grayscale: #404040. Windows color (decimal): -7725522 or 3022474. OLE color: 3022474.
HSL color Cylindrical-coordinate representation of color #8A1E2E: hue angle of 351.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E2E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 46 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.46 |
| HSL | 351.11º | 0.64% | 0.33% | - |
| HSV(B) | 351.11º | 0.78% | 0.54% | - |
| XYZ | 11.44 | 6.53 | 3.24 | - |
| YUV | 64.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 46 | 0 | 0.78 | 0.67 | 0.46 | 351.11 | 0.64 | 0.33 |
| Hex | 8A | 1E | 2E | 0 | 4E | 43 | 2E | 15F | 40 | 21 |
| Octal | 212 | 36 | 56 | 0 | 116 | 103 | 56 | 537 | 100 | 41 |
| Binary | 10001010 | 11110 | 101110 | 0 | 1001110 | 1000011 | 101110 | 101011111 | 1000000 | 100001 |
Color Harmonies of #8A1E2E
Complementary color
Monochromatic Colors of #8A1E2E
Black with #8A1E2E
Text Example
Text Example
White with #8A1E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E2E; }
p { color: rgb(138,30,46); }
H1.HeaderClassName
{
color: #8A1E2E;
}
.AnyTagClassName
{
color: #8A1E2E;
}
</style>
background-color css
<style>
a { background-color: #8A1E2E; }
a { background-color: rgb(138,30,46); }
div.DivClassName
{
background-color: #8A1E2E;
}
.BgClassName
{
background-color: #8A1E2E;
}
</style>
border-color css
<style>
span { border-color: #8A1E2E; }
span { border-color: rgb(138,30,46); }
td.TdClassName
{
border-color: #8A1E2E;
}
.TagClassName
{
border-color: #8A1E2E;
}
</style>