Shades of Mandarian Orange #942119
Tints of Mandarian Orange #942119
RGB
CMYK
RGB Variations
Color information
#942119 (or 0x942119) is known color: Mandarian Orange. HEX triplet: 94, 21 and 19. RGB value is (148,33,25). Sum of RGB (Red+Green+Blue) = 148+33+25=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942119 is #6BDEE6. Grayscale: #424242. Windows color (decimal): -7069415 or 1646996. OLE color: 1646996.
HSL color Cylindrical-coordinate representation of color #942119: hue angle of 3.9º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #942119 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 25 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.42 |
| HSL | 3.9º | 0.71% | 0.34% | - |
| HSV(B) | 3.9º | 0.83% | 0.58% | - |
| XYZ | 12.93 | 7.45 | 1.68 | - |
| YUV | 66.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 25 | 0 | 0.78 | 0.83 | 0.42 | 3.9 | 0.71 | 0.34 |
| Hex | 94 | 21 | 19 | 0 | 4E | 53 | 2A | 4 | 47 | 22 |
| Octal | 224 | 41 | 31 | 0 | 116 | 123 | 52 | 4 | 107 | 42 |
| Binary | 10010100 | 100001 | 11001 | 0 | 1001110 | 1010011 | 101010 | 100 | 1000111 | 100010 |
Color Harmonies of #942119
Complementary color
Monochromatic Colors of #942119
Black with #942119
Text Example
Text Example
White with #942119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942119; }
p { color: rgb(148,33,25); }
H1.HeaderClassName
{
color: #942119;
}
.AnyTagClassName
{
color: #942119;
}
</style>
background-color css
<style>
a { background-color: #942119; }
a { background-color: rgb(148,33,25); }
div.DivClassName
{
background-color: #942119;
}
.BgClassName
{
background-color: #942119;
}
</style>
border-color css
<style>
span { border-color: #942119; }
span { border-color: rgb(148,33,25); }
td.TdClassName
{
border-color: #942119;
}
.TagClassName
{
border-color: #942119;
}
</style>