Shades of Shiraz #94123C
Tints of Shiraz #94123C
RGB
CMYK
RGB Variations
Color information
#94123C (or 0x94123C) is known color: Shiraz. HEX triplet: 94, 12 and 3C. RGB value is (148,18,60). Sum of RGB (Red+Green+Blue) = 148+18+60=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #94123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94123C is #6BEDC3. Grayscale: #3D3D3D. Windows color (decimal): -7073220 or 3936916. OLE color: 3936916.
HSL color Cylindrical-coordinate representation of color #94123C: hue angle of 340.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94123C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 60 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.42 |
| HSL | 340.62º | 0.78% | 0.33% | - |
| HSV(B) | 340.62º | 0.88% | 0.58% | - |
| XYZ | 13.24 | 7.05 | 4.94 | - |
| YUV | 61.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 60 | 0 | 0.88 | 0.59 | 0.42 | 340.62 | 0.78 | 0.33 |
| Hex | 94 | 12 | 3C | 0 | 58 | 3B | 2A | 155 | 4E | 21 |
| Octal | 224 | 22 | 74 | 0 | 130 | 73 | 52 | 525 | 116 | 41 |
| Binary | 10010100 | 10010 | 111100 | 0 | 1011000 | 111011 | 101010 | 101010101 | 1001110 | 100001 |
Color Harmonies of #94123C
Complementary color
Monochromatic Colors of #94123C
Black with #94123C
Text Example
Text Example
White with #94123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94123C; }
p { color: rgb(148,18,60); }
H1.HeaderClassName
{
color: #94123C;
}
.AnyTagClassName
{
color: #94123C;
}
</style>
background-color css
<style>
a { background-color: #94123C; }
a { background-color: rgb(148,18,60); }
div.DivClassName
{
background-color: #94123C;
}
.BgClassName
{
background-color: #94123C;
}
</style>
border-color css
<style>
span { border-color: #94123C; }
span { border-color: rgb(148,18,60); }
td.TdClassName
{
border-color: #94123C;
}
.TagClassName
{
border-color: #94123C;
}
</style>