Shades of Shiraz #92163D
Tints of Shiraz #92163D
RGB
CMYK
RGB Variations
Color information
#92163D (or 0x92163D) is known color: Shiraz. HEX triplet: 92, 16 and 3D. RGB value is (146,22,61). Sum of RGB (Red+Green+Blue) = 146+22+61=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #92163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92163D is #6DE9C2. Grayscale: #3F3F3F. Windows color (decimal): -7203267 or 4003474. OLE color: 4003474.
HSL color Cylindrical-coordinate representation of color #92163D: hue angle of 341.13º 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 #92163D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 61 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.43 |
| HSL | 341.13º | 0.74% | 0.33% | - |
| HSV(B) | 341.13º | 0.85% | 0.57% | - |
| XYZ | 12.98 | 7.02 | 5.09 | - |
| YUV | 63.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 61 | 0 | 0.85 | 0.58 | 0.43 | 341.13 | 0.74 | 0.33 |
| Hex | 92 | 16 | 3D | 0 | 55 | 3A | 2B | 155 | 4A | 21 |
| Octal | 222 | 26 | 75 | 0 | 125 | 72 | 53 | 525 | 112 | 41 |
| Binary | 10010010 | 10110 | 111101 | 0 | 1010101 | 111010 | 101011 | 101010101 | 1001010 | 100001 |
Color Harmonies of #92163D
Complementary color
Monochromatic Colors of #92163D
Black with #92163D
Text Example
Text Example
White with #92163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92163D; }
p { color: rgb(146,22,61); }
H1.HeaderClassName
{
color: #92163D;
}
.AnyTagClassName
{
color: #92163D;
}
</style>
background-color css
<style>
a { background-color: #92163D; }
a { background-color: rgb(146,22,61); }
div.DivClassName
{
background-color: #92163D;
}
.BgClassName
{
background-color: #92163D;
}
</style>
border-color css
<style>
span { border-color: #92163D; }
span { border-color: rgb(146,22,61); }
td.TdClassName
{
border-color: #92163D;
}
.TagClassName
{
border-color: #92163D;
}
</style>