Shades of Shiraz #92133B
Tints of Shiraz #92133B
RGB
CMYK
RGB Variations
Color information
#92133B (or 0x92133B) is known color: Shiraz. HEX triplet: 92, 13 and 3B. RGB value is (146,19,59). Sum of RGB (Red+Green+Blue) = 146+19+59=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92133B is #6DECC4. Grayscale: #3D3D3D. Windows color (decimal): -7204037 or 3871634. OLE color: 3871634.
HSL color Cylindrical-coordinate representation of color #92133B: hue angle of 341.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92133B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 59 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.43 |
| HSL | 341.1º | 0.77% | 0.32% | - |
| HSV(B) | 341.1º | 0.87% | 0.57% | - |
| XYZ | 12.88 | 6.89 | 4.79 | - |
| YUV | 61.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 59 | 0 | 0.87 | 0.60 | 0.43 | 341.1 | 0.77 | 0.32 |
| Hex | 92 | 13 | 3B | 0 | 57 | 3C | 2B | 155 | 4D | 20 |
| Octal | 222 | 23 | 73 | 0 | 127 | 74 | 53 | 525 | 115 | 40 |
| Binary | 10010010 | 10011 | 111011 | 0 | 1010111 | 111100 | 101011 | 101010101 | 1001101 | 100000 |
Color Harmonies of #92133B
Complementary color
Monochromatic Colors of #92133B
Black with #92133B
Text Example
Text Example
White with #92133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92133B; }
p { color: rgb(146,19,59); }
H1.HeaderClassName
{
color: #92133B;
}
.AnyTagClassName
{
color: #92133B;
}
</style>
background-color css
<style>
a { background-color: #92133B; }
a { background-color: rgb(146,19,59); }
div.DivClassName
{
background-color: #92133B;
}
.BgClassName
{
background-color: #92133B;
}
</style>
border-color css
<style>
span { border-color: #92133B; }
span { border-color: rgb(146,19,59); }
td.TdClassName
{
border-color: #92133B;
}
.TagClassName
{
border-color: #92133B;
}
</style>