Shades of Mandarian Orange #822121
Tints of Mandarian Orange #822121
RGB
CMYK
RGB Variations
Color information
#822121 (or 0x822121) is known color: Mandarian Orange. HEX triplet: 82, 21 and 21. RGB value is (130,33,33). Sum of RGB (Red+Green+Blue) = 130+33+33=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #822121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822121 is #7DDEDE. Grayscale: #3E3E3E. Windows color (decimal): -8249055 or 2171266. OLE color: 2171266.
HSL color Cylindrical-coordinate representation of color #822121: hue angle of 0º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822121 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 33 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.49 |
| HSL | 0º | 0.6% | 0.32% | - |
| HSV(B) | 0º | 0.75% | 0.51% | - |
| XYZ | 10.02 | 5.94 | 2.06 | - |
| YUV | 62 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 33 | 0 | 0.75 | 0.75 | 0.49 | 0 | 0.6 | 0.32 |
| Hex | 82 | 21 | 21 | 0 | 4B | 4B | 31 | 0 | 3C | 20 |
| Octal | 202 | 41 | 41 | 0 | 113 | 113 | 61 | 0 | 74 | 40 |
| Binary | 10000010 | 100001 | 100001 | 0 | 1001011 | 1001011 | 110001 | 0 | 111100 | 100000 |
Color Harmonies of #822121
Complementary color
Monochromatic Colors of #822121
Black with #822121
Text Example
Text Example
White with #822121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822121; }
p { color: rgb(130,33,33); }
H1.HeaderClassName
{
color: #822121;
}
.AnyTagClassName
{
color: #822121;
}
</style>
background-color css
<style>
a { background-color: #822121; }
a { background-color: rgb(130,33,33); }
div.DivClassName
{
background-color: #822121;
}
.BgClassName
{
background-color: #822121;
}
</style>
border-color css
<style>
span { border-color: #822121; }
span { border-color: rgb(130,33,33); }
td.TdClassName
{
border-color: #822121;
}
.TagClassName
{
border-color: #822121;
}
</style>