Shades of Shiraz #921333
Tints of Shiraz #921333
RGB
CMYK
RGB Variations
Color information
#921333 (or 0x921333) is known color: Shiraz. HEX triplet: 92, 13 and 33. RGB value is (146,19,51). Sum of RGB (Red+Green+Blue) = 146+19+51=216 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.59% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 146 - color contains mainly: red. Hex color #921333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921333 is #6DECCC. Grayscale: #3C3C3C. Windows color (decimal): -7204045 or 3347346. OLE color: 3347346.
HSL color Cylindrical-coordinate representation of color #921333: hue angle of 344.88º 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 #921333 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 51 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.43 |
| HSL | 344.88º | 0.77% | 0.32% | - |
| HSV(B) | 344.88º | 0.87% | 0.57% | - |
| XYZ | 12.68 | 6.82 | 3.78 | - |
| YUV | 60.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 51 | 0 | 0.87 | 0.65 | 0.43 | 344.88 | 0.77 | 0.32 |
| Hex | 92 | 13 | 33 | 0 | 57 | 41 | 2B | 159 | 4D | 20 |
| Octal | 222 | 23 | 63 | 0 | 127 | 101 | 53 | 531 | 115 | 40 |
| Binary | 10010010 | 10011 | 110011 | 0 | 1010111 | 1000001 | 101011 | 101011001 | 1001101 | 100000 |
Color Harmonies of #921333
Complementary color
Monochromatic Colors of #921333
Black with #921333
Text Example
Text Example
White with #921333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921333; }
p { color: rgb(146,19,51); }
H1.HeaderClassName
{
color: #921333;
}
.AnyTagClassName
{
color: #921333;
}
</style>
background-color css
<style>
a { background-color: #921333; }
a { background-color: rgb(146,19,51); }
div.DivClassName
{
background-color: #921333;
}
.BgClassName
{
background-color: #921333;
}
</style>
border-color css
<style>
span { border-color: #921333; }
span { border-color: rgb(146,19,51); }
td.TdClassName
{
border-color: #921333;
}
.TagClassName
{
border-color: #921333;
}
</style>