Shades of Shiraz #8A1E33
Tints of Shiraz #8A1E33
RGB
CMYK
RGB Variations
Color information
#8A1E33 (or 0x8A1E33) is known color: Shiraz. HEX triplet: 8A, 1E and 33. RGB value is (138,30,51). Sum of RGB (Red+Green+Blue) = 138+30+51=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1E33 is #75E1CC. Grayscale: #404040. Windows color (decimal): -7725517 or 3350154. OLE color: 3350154.
HSL color Cylindrical-coordinate representation of color #8A1E33: hue angle of 348.33º 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 #8A1E33 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 51 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.46 |
| HSL | 348.33º | 0.64% | 0.33% | - |
| HSV(B) | 348.33º | 0.78% | 0.54% | - |
| XYZ | 11.54 | 6.57 | 3.79 | - |
| YUV | 64.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 51 | 0 | 0.78 | 0.63 | 0.46 | 348.33 | 0.64 | 0.33 |
| Hex | 8A | 1E | 33 | 0 | 4E | 3F | 2E | 15C | 40 | 21 |
| Octal | 212 | 36 | 63 | 0 | 116 | 77 | 56 | 534 | 100 | 41 |
| Binary | 10001010 | 11110 | 110011 | 0 | 1001110 | 111111 | 101110 | 101011100 | 1000000 | 100001 |
Color Harmonies of #8A1E33
Complementary color
Monochromatic Colors of #8A1E33
Black with #8A1E33
Text Example
Text Example
White with #8A1E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E33; }
p { color: rgb(138,30,51); }
H1.HeaderClassName
{
color: #8A1E33;
}
.AnyTagClassName
{
color: #8A1E33;
}
</style>
background-color css
<style>
a { background-color: #8A1E33; }
a { background-color: rgb(138,30,51); }
div.DivClassName
{
background-color: #8A1E33;
}
.BgClassName
{
background-color: #8A1E33;
}
</style>
border-color css
<style>
span { border-color: #8A1E33; }
span { border-color: rgb(138,30,51); }
td.TdClassName
{
border-color: #8A1E33;
}
.TagClassName
{
border-color: #8A1E33;
}
</style>