Shades of Shiraz #94193D
Tints of Shiraz #94193D
RGB
CMYK
RGB Variations
Color information
#94193D (or 0x94193D) is known color: Shiraz. HEX triplet: 94, 19 and 3D. RGB value is (148,25,61). Sum of RGB (Red+Green+Blue) = 148+25+61=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #94193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94193D is #6BE6C2. Grayscale: #414141. Windows color (decimal): -7071427 or 4004244. OLE color: 4004244.
HSL color Cylindrical-coordinate representation of color #94193D: hue angle of 342.44º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94193D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 61 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.42 |
| HSL | 342.44º | 0.71% | 0.34% | - |
| HSV(B) | 342.44º | 0.83% | 0.58% | - |
| XYZ | 13.4 | 7.33 | 5.12 | - |
| YUV | 65.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 61 | 0 | 0.83 | 0.59 | 0.42 | 342.44 | 0.71 | 0.34 |
| Hex | 94 | 19 | 3D | 0 | 53 | 3B | 2A | 156 | 47 | 22 |
| Octal | 224 | 31 | 75 | 0 | 123 | 73 | 52 | 526 | 107 | 42 |
| Binary | 10010100 | 11001 | 111101 | 0 | 1010011 | 111011 | 101010 | 101010110 | 1000111 | 100010 |
Color Harmonies of #94193D
Complementary color
Monochromatic Colors of #94193D
Black with #94193D
Text Example
Text Example
White with #94193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94193D; }
p { color: rgb(148,25,61); }
H1.HeaderClassName
{
color: #94193D;
}
.AnyTagClassName
{
color: #94193D;
}
</style>
background-color css
<style>
a { background-color: #94193D; }
a { background-color: rgb(148,25,61); }
div.DivClassName
{
background-color: #94193D;
}
.BgClassName
{
background-color: #94193D;
}
</style>
border-color css
<style>
span { border-color: #94193D; }
span { border-color: rgb(148,25,61); }
td.TdClassName
{
border-color: #94193D;
}
.TagClassName
{
border-color: #94193D;
}
</style>