Shades of Shiraz #8A2832
Tints of Shiraz #8A2832
RGB
CMYK
RGB Variations
Color information
#8A2832 (or 0x8A2832) is known color: Shiraz. HEX triplet: 8A, 28 and 32. RGB value is (138,40,50). Sum of RGB (Red+Green+Blue) = 138+40+50=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2832 is #75D7CD. Grayscale: #464646. Windows color (decimal): -7722958 or 3287178. OLE color: 3287178.
HSL color Cylindrical-coordinate representation of color #8A2832: hue angle of 353.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A2832 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 40 | 50 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.46 |
| HSL | 353.88º | 0.55% | 0.35% | - |
| HSV(B) | 353.88º | 0.71% | 0.54% | - |
| XYZ | 11.82 | 7.15 | 3.78 | - |
| YUV | 70.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 50 | 0 | 0.71 | 0.64 | 0.46 | 353.88 | 0.55 | 0.35 |
| Hex | 8A | 28 | 32 | 0 | 47 | 40 | 2E | 162 | 37 | 23 |
| Octal | 212 | 50 | 62 | 0 | 107 | 100 | 56 | 542 | 67 | 43 |
| Binary | 10001010 | 101000 | 110010 | 0 | 1000111 | 1000000 | 101110 | 101100010 | 110111 | 100011 |
Color Harmonies of #8A2832
Complementary color
Monochromatic Colors of #8A2832
Black with #8A2832
Text Example
Text Example
White with #8A2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2832; }
p { color: rgb(138,40,50); }
H1.HeaderClassName
{
color: #8A2832;
}
.AnyTagClassName
{
color: #8A2832;
}
</style>
background-color css
<style>
a { background-color: #8A2832; }
a { background-color: rgb(138,40,50); }
div.DivClassName
{
background-color: #8A2832;
}
.BgClassName
{
background-color: #8A2832;
}
</style>
border-color css
<style>
span { border-color: #8A2832; }
span { border-color: rgb(138,40,50); }
td.TdClassName
{
border-color: #8A2832;
}
.TagClassName
{
border-color: #8A2832;
}
</style>