Shades of Shiraz #921D3D
Tints of Shiraz #921D3D
RGB
CMYK
RGB Variations
Color information
#921D3D (or 0x921D3D) is known color: Shiraz. HEX triplet: 92, 1D and 3D. RGB value is (146,29,61). Sum of RGB (Red+Green+Blue) = 146+29+61=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #921D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D3D is #6DE2C2. Grayscale: #434343. Windows color (decimal): -7201475 or 4005266. OLE color: 4005266.
HSL color Cylindrical-coordinate representation of color #921D3D: hue angle of 343.59º 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 #921D3D is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 61 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.43 |
| HSL | 343.59º | 0.67% | 0.34% | - |
| HSV(B) | 343.59º | 0.8% | 0.57% | - |
| XYZ | 13.14 | 7.33 | 5.14 | - |
| YUV | 67.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 61 | 0 | 0.80 | 0.58 | 0.43 | 343.59 | 0.67 | 0.34 |
| Hex | 92 | 1D | 3D | 0 | 50 | 3A | 2B | 158 | 43 | 22 |
| Octal | 222 | 35 | 75 | 0 | 120 | 72 | 53 | 530 | 103 | 42 |
| Binary | 10010010 | 11101 | 111101 | 0 | 1010000 | 111010 | 101011 | 101011000 | 1000011 | 100010 |
Color Harmonies of #921D3D
Complementary color
Monochromatic Colors of #921D3D
Black with #921D3D
Text Example
Text Example
White with #921D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D3D; }
p { color: rgb(146,29,61); }
H1.HeaderClassName
{
color: #921D3D;
}
.AnyTagClassName
{
color: #921D3D;
}
</style>
background-color css
<style>
a { background-color: #921D3D; }
a { background-color: rgb(146,29,61); }
div.DivClassName
{
background-color: #921D3D;
}
.BgClassName
{
background-color: #921D3D;
}
</style>
border-color css
<style>
span { border-color: #921D3D; }
span { border-color: rgb(146,29,61); }
td.TdClassName
{
border-color: #921D3D;
}
.TagClassName
{
border-color: #921D3D;
}
</style>