Shades of Shiraz #811D3D
Tints of Shiraz #811D3D
RGB
CMYK
RGB Variations
Color information
#811D3D (or 0x811D3D) is known color: Shiraz. HEX triplet: 81, 1D and 3D. RGB value is (129,29,61). Sum of RGB (Red+Green+Blue) = 129+29+61=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #811D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D3D is #7EE2C2. Grayscale: #3E3E3E. Windows color (decimal): -8315587 or 4005249. OLE color: 4005249.
HSL color Cylindrical-coordinate representation of color #811D3D: hue angle of 340.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D3D is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 61 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.49 |
| HSL | 340.8º | 0.63% | 0.31% | - |
| HSV(B) | 340.8º | 0.78% | 0.51% | - |
| XYZ | 10.33 | 5.88 | 5.01 | - |
| YUV | 62.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 61 | 0 | 0.78 | 0.53 | 0.49 | 340.8 | 0.63 | 0.31 |
| Hex | 81 | 1D | 3D | 0 | 4E | 35 | 31 | 155 | 3F | 1F |
| Octal | 201 | 35 | 75 | 0 | 116 | 65 | 61 | 525 | 77 | 37 |
| Binary | 10000001 | 11101 | 111101 | 0 | 1001110 | 110101 | 110001 | 101010101 | 111111 | 11111 |
Color Harmonies of #811D3D
Complementary color
Monochromatic Colors of #811D3D
Black with #811D3D
Text Example
Text Example
White with #811D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D3D; }
p { color: rgb(129,29,61); }
H1.HeaderClassName
{
color: #811D3D;
}
.AnyTagClassName
{
color: #811D3D;
}
</style>
background-color css
<style>
a { background-color: #811D3D; }
a { background-color: rgb(129,29,61); }
div.DivClassName
{
background-color: #811D3D;
}
.BgClassName
{
background-color: #811D3D;
}
</style>
border-color css
<style>
span { border-color: #811D3D; }
span { border-color: rgb(129,29,61); }
td.TdClassName
{
border-color: #811D3D;
}
.TagClassName
{
border-color: #811D3D;
}
</style>