Shades of Mandarian Orange #941816
Tints of Mandarian Orange #941816
RGB
CMYK
RGB Variations
Color information
#941816 (or 0x941816) is known color: Mandarian Orange. HEX triplet: 94, 18 and 16. RGB value is (148,24,22). Sum of RGB (Red+Green+Blue) = 148+24+22=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #941816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941816 is #6BE7E9. Grayscale: #3C3C3C. Windows color (decimal): -7071722 or 1448084. OLE color: 1448084.
HSL color Cylindrical-coordinate representation of color #941816: hue angle of 0.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941816 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 22 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.42 |
| HSL | 0.95º | 0.74% | 0.33% | - |
| HSV(B) | 0.95º | 0.85% | 0.58% | - |
| XYZ | 12.68 | 7.01 | 1.44 | - |
| YUV | 60.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 22 | 0 | 0.84 | 0.85 | 0.42 | 0.95 | 0.74 | 0.33 |
| Hex | 94 | 18 | 16 | 0 | 54 | 55 | 2A | 1 | 4A | 21 |
| Octal | 224 | 30 | 26 | 0 | 124 | 125 | 52 | 1 | 112 | 41 |
| Binary | 10010100 | 11000 | 10110 | 0 | 1010100 | 1010101 | 101010 | 1 | 1001010 | 100001 |
Color Harmonies of #941816
Complementary color
Monochromatic Colors of #941816
Black with #941816
Text Example
Text Example
White with #941816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941816; }
p { color: rgb(148,24,22); }
H1.HeaderClassName
{
color: #941816;
}
.AnyTagClassName
{
color: #941816;
}
</style>
background-color css
<style>
a { background-color: #941816; }
a { background-color: rgb(148,24,22); }
div.DivClassName
{
background-color: #941816;
}
.BgClassName
{
background-color: #941816;
}
</style>
border-color css
<style>
span { border-color: #941816; }
span { border-color: rgb(148,24,22); }
td.TdClassName
{
border-color: #941816;
}
.TagClassName
{
border-color: #941816;
}
</style>