Shades of Mandarian Orange #892121
Tints of Mandarian Orange #892121
RGB
CMYK
RGB Variations
Color information
#892121 (or 0x892121) is known color: Mandarian Orange. HEX triplet: 89, 21 and 21. RGB value is (137,33,33). Sum of RGB (Red+Green+Blue) = 137+33+33=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #892121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892121 is #76DEDE. Grayscale: #404040. Windows color (decimal): -7790303 or 2171273. OLE color: 2171273.
HSL color Cylindrical-coordinate representation of color #892121: hue angle of 0º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892121 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 33 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.46 |
| HSL | 0º | 0.61% | 0.33% | - |
| HSV(B) | 0º | 0.76% | 0.54% | - |
| XYZ | 11.13 | 6.52 | 2.11 | - |
| YUV | 64.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 33 | 0 | 0.76 | 0.76 | 0.46 | 0 | 0.61 | 0.33 |
| Hex | 89 | 21 | 21 | 0 | 4C | 4C | 2E | 0 | 3D | 21 |
| Octal | 211 | 41 | 41 | 0 | 114 | 114 | 56 | 0 | 75 | 41 |
| Binary | 10001001 | 100001 | 100001 | 0 | 1001100 | 1001100 | 101110 | 0 | 111101 | 100001 |
Color Harmonies of #892121
Complementary color
Monochromatic Colors of #892121
Black with #892121
Text Example
Text Example
White with #892121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892121; }
p { color: rgb(137,33,33); }
H1.HeaderClassName
{
color: #892121;
}
.AnyTagClassName
{
color: #892121;
}
</style>
background-color css
<style>
a { background-color: #892121; }
a { background-color: rgb(137,33,33); }
div.DivClassName
{
background-color: #892121;
}
.BgClassName
{
background-color: #892121;
}
</style>
border-color css
<style>
span { border-color: #892121; }
span { border-color: rgb(137,33,33); }
td.TdClassName
{
border-color: #892121;
}
.TagClassName
{
border-color: #892121;
}
</style>