Shades of Shiraz #92163C
Tints of Shiraz #92163C
RGB
CMYK
RGB Variations
Color information
#92163C (or 0x92163C) is known color: Shiraz. HEX triplet: 92, 16 and 3C. RGB value is (146,22,60). Sum of RGB (Red+Green+Blue) = 146+22+60=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #92163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92163C is #6DE9C3. Grayscale: #3F3F3F. Windows color (decimal): -7203268 or 3937938. OLE color: 3937938.
HSL color Cylindrical-coordinate representation of color #92163C: hue angle of 341.61º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92163C is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 60 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.43 |
| HSL | 341.61º | 0.74% | 0.33% | - |
| HSV(B) | 341.61º | 0.85% | 0.57% | - |
| XYZ | 12.96 | 7.01 | 4.95 | - |
| YUV | 63.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 60 | 0 | 0.85 | 0.59 | 0.43 | 341.61 | 0.74 | 0.33 |
| Hex | 92 | 16 | 3C | 0 | 55 | 3B | 2B | 156 | 4A | 21 |
| Octal | 222 | 26 | 74 | 0 | 125 | 73 | 53 | 526 | 112 | 41 |
| Binary | 10010010 | 10110 | 111100 | 0 | 1010101 | 111011 | 101011 | 101010110 | 1001010 | 100001 |
Color Harmonies of #92163C
Complementary color
Monochromatic Colors of #92163C
Black with #92163C
Text Example
Text Example
White with #92163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92163C; }
p { color: rgb(146,22,60); }
H1.HeaderClassName
{
color: #92163C;
}
.AnyTagClassName
{
color: #92163C;
}
</style>
background-color css
<style>
a { background-color: #92163C; }
a { background-color: rgb(146,22,60); }
div.DivClassName
{
background-color: #92163C;
}
.BgClassName
{
background-color: #92163C;
}
</style>
border-color css
<style>
span { border-color: #92163C; }
span { border-color: rgb(146,22,60); }
td.TdClassName
{
border-color: #92163C;
}
.TagClassName
{
border-color: #92163C;
}
</style>