Shades of Shiraz #94153C
Tints of Shiraz #94153C
RGB
CMYK
RGB Variations
Color information
#94153C (or 0x94153C) is known color: Shiraz. HEX triplet: 94, 15 and 3C. RGB value is (148,21,60). Sum of RGB (Red+Green+Blue) = 148+21+60=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94153C is #6BEAC3. Grayscale: #3F3F3F. Windows color (decimal): -7072452 or 3937684. OLE color: 3937684.
HSL color Cylindrical-coordinate representation of color #94153C: hue angle of 341.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94153C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 60 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.42 |
| HSL | 341.57º | 0.75% | 0.33% | - |
| HSV(B) | 341.57º | 0.86% | 0.58% | - |
| XYZ | 13.3 | 7.16 | 4.96 | - |
| YUV | 63.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 60 | 0 | 0.86 | 0.59 | 0.42 | 341.57 | 0.75 | 0.33 |
| Hex | 94 | 15 | 3C | 0 | 56 | 3B | 2A | 156 | 4B | 21 |
| Octal | 224 | 25 | 74 | 0 | 126 | 73 | 52 | 526 | 113 | 41 |
| Binary | 10010100 | 10101 | 111100 | 0 | 1010110 | 111011 | 101010 | 101010110 | 1001011 | 100001 |
Color Harmonies of #94153C
Complementary color
Monochromatic Colors of #94153C
Black with #94153C
Text Example
Text Example
White with #94153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94153C; }
p { color: rgb(148,21,60); }
H1.HeaderClassName
{
color: #94153C;
}
.AnyTagClassName
{
color: #94153C;
}
</style>
background-color css
<style>
a { background-color: #94153C; }
a { background-color: rgb(148,21,60); }
div.DivClassName
{
background-color: #94153C;
}
.BgClassName
{
background-color: #94153C;
}
</style>
border-color css
<style>
span { border-color: #94153C; }
span { border-color: rgb(148,21,60); }
td.TdClassName
{
border-color: #94153C;
}
.TagClassName
{
border-color: #94153C;
}
</style>