Shades of Shiraz #94133A
Tints of Shiraz #94133A
RGB
CMYK
RGB Variations
Color information
#94133A (or 0x94133A) is known color: Shiraz. HEX triplet: 94, 13 and 3A. RGB value is (148,19,58). Sum of RGB (Red+Green+Blue) = 148+19+58=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94133A is #6BECC5. Grayscale: #3D3D3D. Windows color (decimal): -7072966 or 3806100. OLE color: 3806100.
HSL color Cylindrical-coordinate representation of color #94133A: hue angle of 341.86º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94133A is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 58 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.42 |
| HSL | 341.86º | 0.77% | 0.33% | - |
| HSV(B) | 341.86º | 0.87% | 0.58% | - |
| XYZ | 13.21 | 7.07 | 4.67 | - |
| YUV | 62.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 58 | 0 | 0.87 | 0.61 | 0.42 | 341.86 | 0.77 | 0.33 |
| Hex | 94 | 13 | 3A | 0 | 57 | 3D | 2A | 156 | 4D | 21 |
| Octal | 224 | 23 | 72 | 0 | 127 | 75 | 52 | 526 | 115 | 41 |
| Binary | 10010100 | 10011 | 111010 | 0 | 1010111 | 111101 | 101010 | 101010110 | 1001101 | 100001 |
Color Harmonies of #94133A
Complementary color
Monochromatic Colors of #94133A
Black with #94133A
Text Example
Text Example
White with #94133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94133A; }
p { color: rgb(148,19,58); }
H1.HeaderClassName
{
color: #94133A;
}
.AnyTagClassName
{
color: #94133A;
}
</style>
background-color css
<style>
a { background-color: #94133A; }
a { background-color: rgb(148,19,58); }
div.DivClassName
{
background-color: #94133A;
}
.BgClassName
{
background-color: #94133A;
}
</style>
border-color css
<style>
span { border-color: #94133A; }
span { border-color: rgb(148,19,58); }
td.TdClassName
{
border-color: #94133A;
}
.TagClassName
{
border-color: #94133A;
}
</style>