Shades of Shiraz #8A2A3B
Tints of Shiraz #8A2A3B
RGB
CMYK
RGB Variations
Color information
#8A2A3B (or 0x8A2A3B) is known color: Shiraz. HEX triplet: 8A, 2A and 3B. RGB value is (138,42,59). Sum of RGB (Red+Green+Blue) = 138+42+59=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2A3B is #75D5C4. Grayscale: #484848. Windows color (decimal): -7722437 or 3877514. OLE color: 3877514.
HSL color Cylindrical-coordinate representation of color #8A2A3B: hue angle of 349.38º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A2A3B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 42 | 59 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.46 |
| HSL | 349.38º | 0.53% | 0.35% | - |
| HSV(B) | 349.38º | 0.7% | 0.54% | - |
| XYZ | 12.1 | 7.37 | 4.92 | - |
| YUV | 72.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 59 | 0 | 0.70 | 0.57 | 0.46 | 349.38 | 0.53 | 0.35 |
| Hex | 8A | 2A | 3B | 0 | 46 | 39 | 2E | 15D | 35 | 23 |
| Octal | 212 | 52 | 73 | 0 | 106 | 71 | 56 | 535 | 65 | 43 |
| Binary | 10001010 | 101010 | 111011 | 0 | 1000110 | 111001 | 101110 | 101011101 | 110101 | 100011 |
Color Harmonies of #8A2A3B
Complementary color
Monochromatic Colors of #8A2A3B
Black with #8A2A3B
Text Example
Text Example
White with #8A2A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2A3B; }
p { color: rgb(138,42,59); }
H1.HeaderClassName
{
color: #8A2A3B;
}
.AnyTagClassName
{
color: #8A2A3B;
}
</style>
background-color css
<style>
a { background-color: #8A2A3B; }
a { background-color: rgb(138,42,59); }
div.DivClassName
{
background-color: #8A2A3B;
}
.BgClassName
{
background-color: #8A2A3B;
}
</style>
border-color css
<style>
span { border-color: #8A2A3B; }
span { border-color: rgb(138,42,59); }
td.TdClassName
{
border-color: #8A2A3B;
}
.TagClassName
{
border-color: #8A2A3B;
}
</style>