Shades of Shiraz #921D3B
Tints of Shiraz #921D3B
RGB
CMYK
RGB Variations
Color information
#921D3B (or 0x921D3B) is known color: Shiraz. HEX triplet: 92, 1D and 3B. RGB value is (146,29,59). Sum of RGB (Red+Green+Blue) = 146+29+59=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #921D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D3B is #6DE2C4. Grayscale: #434343. Windows color (decimal): -7201477 or 3874194. OLE color: 3874194.
HSL color Cylindrical-coordinate representation of color #921D3B: hue angle of 344.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D3B is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 59 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.43 |
| HSL | 344.62º | 0.67% | 0.34% | - |
| HSV(B) | 344.62º | 0.8% | 0.57% | - |
| XYZ | 13.08 | 7.31 | 4.86 | - |
| YUV | 67.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 59 | 0 | 0.80 | 0.60 | 0.43 | 344.62 | 0.67 | 0.34 |
| Hex | 92 | 1D | 3B | 0 | 50 | 3C | 2B | 159 | 43 | 22 |
| Octal | 222 | 35 | 73 | 0 | 120 | 74 | 53 | 531 | 103 | 42 |
| Binary | 10010010 | 11101 | 111011 | 0 | 1010000 | 111100 | 101011 | 101011001 | 1000011 | 100010 |
Color Harmonies of #921D3B
Complementary color
Monochromatic Colors of #921D3B
Black with #921D3B
Text Example
Text Example
White with #921D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D3B; }
p { color: rgb(146,29,59); }
H1.HeaderClassName
{
color: #921D3B;
}
.AnyTagClassName
{
color: #921D3B;
}
</style>
background-color css
<style>
a { background-color: #921D3B; }
a { background-color: rgb(146,29,59); }
div.DivClassName
{
background-color: #921D3B;
}
.BgClassName
{
background-color: #921D3B;
}
</style>
border-color css
<style>
span { border-color: #921D3B; }
span { border-color: rgb(146,29,59); }
td.TdClassName
{
border-color: #921D3B;
}
.TagClassName
{
border-color: #921D3B;
}
</style>