Shades of Shiraz #8A2A33
Tints of Shiraz #8A2A33
RGB
CMYK
RGB Variations
Color information
#8A2A33 (or 0x8A2A33) is known color: Shiraz. HEX triplet: 8A, 2A and 33. RGB value is (138,42,51). Sum of RGB (Red+Green+Blue) = 138+42+51=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2A33 is #75D5CC. Grayscale: #474747. Windows color (decimal): -7722445 or 3353226. OLE color: 3353226.
HSL color Cylindrical-coordinate representation of color #8A2A33: hue angle of 354.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 #8A2A33 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 42 | 51 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.46 |
| HSL | 354.38º | 0.53% | 0.35% | - |
| HSV(B) | 354.38º | 0.7% | 0.54% | - |
| XYZ | 11.91 | 7.3 | 3.91 | - |
| YUV | 71.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 51 | 0 | 0.70 | 0.63 | 0.46 | 354.38 | 0.53 | 0.35 |
| Hex | 8A | 2A | 33 | 0 | 46 | 3F | 2E | 162 | 35 | 23 |
| Octal | 212 | 52 | 63 | 0 | 106 | 77 | 56 | 542 | 65 | 43 |
| Binary | 10001010 | 101010 | 110011 | 0 | 1000110 | 111111 | 101110 | 101100010 | 110101 | 100011 |
Color Harmonies of #8A2A33
Complementary color
Monochromatic Colors of #8A2A33
Black with #8A2A33
Text Example
Text Example
White with #8A2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2A33; }
p { color: rgb(138,42,51); }
H1.HeaderClassName
{
color: #8A2A33;
}
.AnyTagClassName
{
color: #8A2A33;
}
</style>
background-color css
<style>
a { background-color: #8A2A33; }
a { background-color: rgb(138,42,51); }
div.DivClassName
{
background-color: #8A2A33;
}
.BgClassName
{
background-color: #8A2A33;
}
</style>
border-color css
<style>
span { border-color: #8A2A33; }
span { border-color: rgb(138,42,51); }
td.TdClassName
{
border-color: #8A2A33;
}
.TagClassName
{
border-color: #8A2A33;
}
</style>