Shades of Shiraz #92113D
Tints of Shiraz #92113D
RGB
CMYK
RGB Variations
Color information
#92113D (or 0x92113D) is known color: Shiraz. HEX triplet: 92, 11 and 3D. RGB value is (146,17,61). Sum of RGB (Red+Green+Blue) = 146+17+61=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92113D is #6DEEC2. Grayscale: #3C3C3C. Windows color (decimal): -7204547 or 4002194. OLE color: 4002194.
HSL color Cylindrical-coordinate representation of color #92113D: hue angle of 339.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92113D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 61 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.43 |
| HSL | 339.53º | 0.79% | 0.32% | - |
| HSV(B) | 339.53º | 0.88% | 0.57% | - |
| XYZ | 12.9 | 6.85 | 5.06 | - |
| YUV | 60.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 61 | 0 | 0.88 | 0.58 | 0.43 | 339.53 | 0.79 | 0.32 |
| Hex | 92 | 11 | 3D | 0 | 58 | 3A | 2B | 154 | 4F | 20 |
| Octal | 222 | 21 | 75 | 0 | 130 | 72 | 53 | 524 | 117 | 40 |
| Binary | 10010010 | 10001 | 111101 | 0 | 1011000 | 111010 | 101011 | 101010100 | 1001111 | 100000 |
Color Harmonies of #92113D
Complementary color
Monochromatic Colors of #92113D
Black with #92113D
Text Example
Text Example
White with #92113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92113D; }
p { color: rgb(146,17,61); }
H1.HeaderClassName
{
color: #92113D;
}
.AnyTagClassName
{
color: #92113D;
}
</style>
background-color css
<style>
a { background-color: #92113D; }
a { background-color: rgb(146,17,61); }
div.DivClassName
{
background-color: #92113D;
}
.BgClassName
{
background-color: #92113D;
}
</style>
border-color css
<style>
span { border-color: #92113D; }
span { border-color: rgb(146,17,61); }
td.TdClassName
{
border-color: #92113D;
}
.TagClassName
{
border-color: #92113D;
}
</style>