Shades of Mandarian Orange #94291A
Tints of Mandarian Orange #94291A
RGB
CMYK
RGB Variations
Color information
#94291A (or 0x94291A) is known color: Mandarian Orange. HEX triplet: 94, 29 and 1A. RGB value is (148,41,26). Sum of RGB (Red+Green+Blue) = 148+41+26=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94291A is #6BD6E5. Grayscale: #474747. Windows color (decimal): -7067366 or 1714580. OLE color: 1714580.
HSL color Cylindrical-coordinate representation of color #94291A: hue angle of 7.38º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94291A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 26 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.42 |
| HSL | 7.38º | 0.7% | 0.34% | - |
| HSV(B) | 7.38º | 0.82% | 0.58% | - |
| XYZ | 13.19 | 7.96 | 1.82 | - |
| YUV | 71.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 26 | 0 | 0.72 | 0.82 | 0.42 | 7.38 | 0.7 | 0.34 |
| Hex | 94 | 29 | 1A | 0 | 48 | 52 | 2A | 7 | 46 | 22 |
| Octal | 224 | 51 | 32 | 0 | 110 | 122 | 52 | 7 | 106 | 42 |
| Binary | 10010100 | 101001 | 11010 | 0 | 1001000 | 1010010 | 101010 | 111 | 1000110 | 100010 |
Color Harmonies of #94291A
Complementary color
Monochromatic Colors of #94291A
Black with #94291A
Text Example
Text Example
White with #94291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94291A; }
p { color: rgb(148,41,26); }
H1.HeaderClassName
{
color: #94291A;
}
.AnyTagClassName
{
color: #94291A;
}
</style>
background-color css
<style>
a { background-color: #94291A; }
a { background-color: rgb(148,41,26); }
div.DivClassName
{
background-color: #94291A;
}
.BgClassName
{
background-color: #94291A;
}
</style>
border-color css
<style>
span { border-color: #94291A; }
span { border-color: rgb(148,41,26); }
td.TdClassName
{
border-color: #94291A;
}
.TagClassName
{
border-color: #94291A;
}
</style>