Shades of Shiraz #8A103C
Tints of Shiraz #8A103C
RGB
CMYK
RGB Variations
Color information
#8A103C (or 0x8A103C) is known color: Shiraz. HEX triplet: 8A, 10 and 3C. RGB value is (138,16,60). Sum of RGB (Red+Green+Blue) = 138+16+60=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A103C is #75EFC3. Grayscale: #393939. Windows color (decimal): -7729092 or 3936394. OLE color: 3936394.
HSL color Cylindrical-coordinate representation of color #8A103C: hue angle of 338.36º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A103C is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 60 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.46 |
| HSL | 338.36º | 0.79% | 0.3% | - |
| HSV(B) | 338.36º | 0.88% | 0.54% | - |
| XYZ | 11.48 | 6.1 | 4.85 | - |
| YUV | 57.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 60 | 0 | 0.88 | 0.57 | 0.46 | 338.36 | 0.79 | 0.3 |
| Hex | 8A | 10 | 3C | 0 | 58 | 39 | 2E | 152 | 4F | 1E |
| Octal | 212 | 20 | 74 | 0 | 130 | 71 | 56 | 522 | 117 | 36 |
| Binary | 10001010 | 10000 | 111100 | 0 | 1011000 | 111001 | 101110 | 101010010 | 1001111 | 11110 |
Color Harmonies of #8A103C
Complementary color
Monochromatic Colors of #8A103C
Black with #8A103C
Text Example
Text Example
White with #8A103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A103C; }
p { color: rgb(138,16,60); }
H1.HeaderClassName
{
color: #8A103C;
}
.AnyTagClassName
{
color: #8A103C;
}
</style>
background-color css
<style>
a { background-color: #8A103C; }
a { background-color: rgb(138,16,60); }
div.DivClassName
{
background-color: #8A103C;
}
.BgClassName
{
background-color: #8A103C;
}
</style>
border-color css
<style>
span { border-color: #8A103C; }
span { border-color: rgb(138,16,60); }
td.TdClassName
{
border-color: #8A103C;
}
.TagClassName
{
border-color: #8A103C;
}
</style>