Shades of Mandarian Orange #941C16
Tints of Mandarian Orange #941C16
RGB
CMYK
RGB Variations
Color information
#941C16 (or 0x941C16) is known color: Mandarian Orange. HEX triplet: 94, 1C and 16. RGB value is (148,28,22). Sum of RGB (Red+Green+Blue) = 148+28+22=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #941C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C16 is #6BE3E9. Grayscale: #3F3F3F. Windows color (decimal): -7070698 or 1449108. OLE color: 1449108.
HSL color Cylindrical-coordinate representation of color #941C16: hue angle of 2.86º 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 #941C16 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 22 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.42 |
| HSL | 2.86º | 0.74% | 0.33% | - |
| HSV(B) | 2.86º | 0.85% | 0.58% | - |
| XYZ | 12.77 | 7.18 | 1.47 | - |
| YUV | 63.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 22 | 0 | 0.81 | 0.85 | 0.42 | 2.86 | 0.74 | 0.33 |
| Hex | 94 | 1C | 16 | 0 | 51 | 55 | 2A | 3 | 4A | 21 |
| Octal | 224 | 34 | 26 | 0 | 121 | 125 | 52 | 3 | 112 | 41 |
| Binary | 10010100 | 11100 | 10110 | 0 | 1010001 | 1010101 | 101010 | 11 | 1001010 | 100001 |
Color Harmonies of #941C16
Complementary color
Monochromatic Colors of #941C16
Black with #941C16
Text Example
Text Example
White with #941C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C16; }
p { color: rgb(148,28,22); }
H1.HeaderClassName
{
color: #941C16;
}
.AnyTagClassName
{
color: #941C16;
}
</style>
background-color css
<style>
a { background-color: #941C16; }
a { background-color: rgb(148,28,22); }
div.DivClassName
{
background-color: #941C16;
}
.BgClassName
{
background-color: #941C16;
}
</style>
border-color css
<style>
span { border-color: #941C16; }
span { border-color: rgb(148,28,22); }
td.TdClassName
{
border-color: #941C16;
}
.TagClassName
{
border-color: #941C16;
}
</style>