Shades of Shiraz #8A1D36
Tints of Shiraz #8A1D36
RGB
CMYK
RGB Variations
Color information
#8A1D36 (or 0x8A1D36) is known color: Shiraz. HEX triplet: 8A, 1D and 36. RGB value is (138,29,54). Sum of RGB (Red+Green+Blue) = 138+29+54=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D36 is #75E2C9. Grayscale: #404040. Windows color (decimal): -7725770 or 3546506. OLE color: 3546506.
HSL color Cylindrical-coordinate representation of color #8A1D36: hue angle of 346.24º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D36 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 29 | 54 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.46 |
| HSL | 346.24º | 0.65% | 0.33% | - |
| HSV(B) | 346.24º | 0.79% | 0.54% | - |
| XYZ | 11.59 | 6.55 | 4.14 | - |
| YUV | 64.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 54 | 0 | 0.79 | 0.61 | 0.46 | 346.24 | 0.65 | 0.33 |
| Hex | 8A | 1D | 36 | 0 | 4F | 3D | 2E | 15A | 41 | 21 |
| Octal | 212 | 35 | 66 | 0 | 117 | 75 | 56 | 532 | 101 | 41 |
| Binary | 10001010 | 11101 | 110110 | 0 | 1001111 | 111101 | 101110 | 101011010 | 1000001 | 100001 |
Color Harmonies of #8A1D36
Complementary color
Monochromatic Colors of #8A1D36
Black with #8A1D36
Text Example
Text Example
White with #8A1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1D36; }
p { color: rgb(138,29,54); }
H1.HeaderClassName
{
color: #8A1D36;
}
.AnyTagClassName
{
color: #8A1D36;
}
</style>
background-color css
<style>
a { background-color: #8A1D36; }
a { background-color: rgb(138,29,54); }
div.DivClassName
{
background-color: #8A1D36;
}
.BgClassName
{
background-color: #8A1D36;
}
</style>
border-color css
<style>
span { border-color: #8A1D36; }
span { border-color: rgb(138,29,54); }
td.TdClassName
{
border-color: #8A1D36;
}
.TagClassName
{
border-color: #8A1D36;
}
</style>