Shades of Shiraz #94173D
Tints of Shiraz #94173D
RGB
CMYK
RGB Variations
Color information
#94173D (or 0x94173D) is known color: Shiraz. HEX triplet: 94, 17 and 3D. RGB value is (148,23,61). Sum of RGB (Red+Green+Blue) = 148+23+61=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #94173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94173D is #6BE8C2. Grayscale: #404040. Windows color (decimal): -7071939 or 4003732. OLE color: 4003732.
HSL color Cylindrical-coordinate representation of color #94173D: hue angle of 341.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94173D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 23 | 61 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.42 |
| HSL | 341.76º | 0.73% | 0.34% | - |
| HSV(B) | 341.76º | 0.84% | 0.58% | - |
| XYZ | 13.36 | 7.25 | 5.11 | - |
| YUV | 64.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 61 | 0 | 0.84 | 0.59 | 0.42 | 341.76 | 0.73 | 0.34 |
| Hex | 94 | 17 | 3D | 0 | 54 | 3B | 2A | 156 | 49 | 22 |
| Octal | 224 | 27 | 75 | 0 | 124 | 73 | 52 | 526 | 111 | 42 |
| Binary | 10010100 | 10111 | 111101 | 0 | 1010100 | 111011 | 101010 | 101010110 | 1001001 | 100010 |
Color Harmonies of #94173D
Complementary color
Monochromatic Colors of #94173D
Black with #94173D
Text Example
Text Example
White with #94173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94173D; }
p { color: rgb(148,23,61); }
H1.HeaderClassName
{
color: #94173D;
}
.AnyTagClassName
{
color: #94173D;
}
</style>
background-color css
<style>
a { background-color: #94173D; }
a { background-color: rgb(148,23,61); }
div.DivClassName
{
background-color: #94173D;
}
.BgClassName
{
background-color: #94173D;
}
</style>
border-color css
<style>
span { border-color: #94173D; }
span { border-color: rgb(148,23,61); }
td.TdClassName
{
border-color: #94173D;
}
.TagClassName
{
border-color: #94173D;
}
</style>