Shades of Shiraz #8A2935
Tints of Shiraz #8A2935
RGB
CMYK
RGB Variations
Color information
#8A2935 (or 0x8A2935) is known color: Shiraz. HEX triplet: 8A, 29 and 35. RGB value is (138,41,53). Sum of RGB (Red+Green+Blue) = 138+41+53=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2935 is #75D6CA. Grayscale: #474747. Windows color (decimal): -7722699 or 3484042. OLE color: 3484042.
HSL color Cylindrical-coordinate representation of color #8A2935: hue angle of 352.58º degrees, saturation: 0.54, 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 #8A2935 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 41 | 53 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.46 |
| HSL | 352.58º | 0.54% | 0.35% | - |
| HSV(B) | 352.58º | 0.7% | 0.54% | - |
| XYZ | 11.92 | 7.25 | 4.14 | - |
| YUV | 71.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 41 | 53 | 0 | 0.70 | 0.62 | 0.46 | 352.58 | 0.54 | 0.35 |
| Hex | 8A | 29 | 35 | 0 | 46 | 3E | 2E | 161 | 36 | 23 |
| Octal | 212 | 51 | 65 | 0 | 106 | 76 | 56 | 541 | 66 | 43 |
| Binary | 10001010 | 101001 | 110101 | 0 | 1000110 | 111110 | 101110 | 101100001 | 110110 | 100011 |
Color Harmonies of #8A2935
Complementary color
Monochromatic Colors of #8A2935
Black with #8A2935
Text Example
Text Example
White with #8A2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2935; }
p { color: rgb(138,41,53); }
H1.HeaderClassName
{
color: #8A2935;
}
.AnyTagClassName
{
color: #8A2935;
}
</style>
background-color css
<style>
a { background-color: #8A2935; }
a { background-color: rgb(138,41,53); }
div.DivClassName
{
background-color: #8A2935;
}
.BgClassName
{
background-color: #8A2935;
}
</style>
border-color css
<style>
span { border-color: #8A2935; }
span { border-color: rgb(138,41,53); }
td.TdClassName
{
border-color: #8A2935;
}
.TagClassName
{
border-color: #8A2935;
}
</style>