Shades of Shiraz #821D3D
Tints of Shiraz #821D3D
RGB
CMYK
RGB Variations
Color information
#821D3D (or 0x821D3D) is known color: Shiraz. HEX triplet: 82, 1D and 3D. RGB value is (130,29,61). Sum of RGB (Red+Green+Blue) = 130+29+61=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #821D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821D3D is #7DE2C2. Grayscale: #3E3E3E. Windows color (decimal): -8250051 or 4005250. OLE color: 4005250.
HSL color Cylindrical-coordinate representation of color #821D3D: hue angle of 340.99º degrees, saturation: 0.64, 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 #821D3D is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 61 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.49 |
| HSL | 340.99º | 0.64% | 0.31% | - |
| HSV(B) | 340.99º | 0.78% | 0.51% | - |
| XYZ | 10.49 | 5.96 | 5.01 | - |
| YUV | 62.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 61 | 0 | 0.78 | 0.53 | 0.49 | 340.99 | 0.64 | 0.31 |
| Hex | 82 | 1D | 3D | 0 | 4E | 35 | 31 | 155 | 40 | 1F |
| Octal | 202 | 35 | 75 | 0 | 116 | 65 | 61 | 525 | 100 | 37 |
| Binary | 10000010 | 11101 | 111101 | 0 | 1001110 | 110101 | 110001 | 101010101 | 1000000 | 11111 |
Color Harmonies of #821D3D
Complementary color
Monochromatic Colors of #821D3D
Black with #821D3D
Text Example
Text Example
White with #821D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D3D; }
p { color: rgb(130,29,61); }
H1.HeaderClassName
{
color: #821D3D;
}
.AnyTagClassName
{
color: #821D3D;
}
</style>
background-color css
<style>
a { background-color: #821D3D; }
a { background-color: rgb(130,29,61); }
div.DivClassName
{
background-color: #821D3D;
}
.BgClassName
{
background-color: #821D3D;
}
</style>
border-color css
<style>
span { border-color: #821D3D; }
span { border-color: rgb(130,29,61); }
td.TdClassName
{
border-color: #821D3D;
}
.TagClassName
{
border-color: #821D3D;
}
</style>