Shades of Shiraz #92193B
Tints of Shiraz #92193B
RGB
CMYK
RGB Variations
Color information
#92193B (or 0x92193B) is known color: Shiraz. HEX triplet: 92, 19 and 3B. RGB value is (146,25,59). Sum of RGB (Red+Green+Blue) = 146+25+59=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #92193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92193B is #6DE6C4. Grayscale: #414141. Windows color (decimal): -7202501 or 3873170. OLE color: 3873170.
HSL color Cylindrical-coordinate representation of color #92193B: hue angle of 343.14º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92193B is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 59 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.43 |
| HSL | 343.14º | 0.71% | 0.34% | - |
| HSV(B) | 343.14º | 0.83% | 0.57% | - |
| XYZ | 12.99 | 7.12 | 4.83 | - |
| YUV | 65.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 59 | 0 | 0.83 | 0.60 | 0.43 | 343.14 | 0.71 | 0.34 |
| Hex | 92 | 19 | 3B | 0 | 53 | 3C | 2B | 157 | 47 | 22 |
| Octal | 222 | 31 | 73 | 0 | 123 | 74 | 53 | 527 | 107 | 42 |
| Binary | 10010010 | 11001 | 111011 | 0 | 1010011 | 111100 | 101011 | 101010111 | 1000111 | 100010 |
Color Harmonies of #92193B
Complementary color
Monochromatic Colors of #92193B
Black with #92193B
Text Example
Text Example
White with #92193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92193B; }
p { color: rgb(146,25,59); }
H1.HeaderClassName
{
color: #92193B;
}
.AnyTagClassName
{
color: #92193B;
}
</style>
background-color css
<style>
a { background-color: #92193B; }
a { background-color: rgb(146,25,59); }
div.DivClassName
{
background-color: #92193B;
}
.BgClassName
{
background-color: #92193B;
}
</style>
border-color css
<style>
span { border-color: #92193B; }
span { border-color: rgb(146,25,59); }
td.TdClassName
{
border-color: #92193B;
}
.TagClassName
{
border-color: #92193B;
}
</style>