Shades of Shiraz #94103C
Tints of Shiraz #94103C
RGB
CMYK
RGB Variations
Color information
#94103C (or 0x94103C) is known color: Shiraz. HEX triplet: 94, 10 and 3C. RGB value is (148,16,60). Sum of RGB (Red+Green+Blue) = 148+16+60=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #94103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94103C is #6BEFC3. Grayscale: #3C3C3C. Windows color (decimal): -7073732 or 3936404. OLE color: 3936404.
HSL color Cylindrical-coordinate representation of color #94103C: hue angle of 340º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94103C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 60 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.42 |
| HSL | 340º | 0.8% | 0.32% | - |
| HSV(B) | 340º | 0.89% | 0.58% | - |
| XYZ | 13.21 | 6.99 | 4.93 | - |
| YUV | 60.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 60 | 0 | 0.89 | 0.59 | 0.42 | 340 | 0.8 | 0.32 |
| Hex | 94 | 10 | 3C | 0 | 59 | 3B | 2A | 154 | 50 | 20 |
| Octal | 224 | 20 | 74 | 0 | 131 | 73 | 52 | 524 | 120 | 40 |
| Binary | 10010100 | 10000 | 111100 | 0 | 1011001 | 111011 | 101010 | 101010100 | 1010000 | 100000 |
Color Harmonies of #94103C
Complementary color
Monochromatic Colors of #94103C
Black with #94103C
Text Example
Text Example
White with #94103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94103C; }
p { color: rgb(148,16,60); }
H1.HeaderClassName
{
color: #94103C;
}
.AnyTagClassName
{
color: #94103C;
}
</style>
background-color css
<style>
a { background-color: #94103C; }
a { background-color: rgb(148,16,60); }
div.DivClassName
{
background-color: #94103C;
}
.BgClassName
{
background-color: #94103C;
}
</style>
border-color css
<style>
span { border-color: #94103C; }
span { border-color: rgb(148,16,60); }
td.TdClassName
{
border-color: #94103C;
}
.TagClassName
{
border-color: #94103C;
}
</style>