Shades of Mandarian Orange #94281D
Tints of Mandarian Orange #94281D
RGB
CMYK
RGB Variations
Color information
#94281D (or 0x94281D) is known color: Mandarian Orange. HEX triplet: 94, 28 and 1D. RGB value is (148,40,29). Sum of RGB (Red+Green+Blue) = 148+40+29=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #94281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281D is #6BD7E2. Grayscale: #474747. Windows color (decimal): -7067619 or 1910932. OLE color: 1910932.
HSL color Cylindrical-coordinate representation of color #94281D: hue angle of 5.55º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94281D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 29 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.42 |
| HSL | 5.55º | 0.67% | 0.35% | - |
| HSV(B) | 5.55º | 0.8% | 0.58% | - |
| XYZ | 13.19 | 7.9 | 1.99 | - |
| YUV | 71.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 29 | 0 | 0.73 | 0.80 | 0.42 | 5.55 | 0.67 | 0.35 |
| Hex | 94 | 28 | 1D | 0 | 49 | 50 | 2A | 6 | 43 | 23 |
| Octal | 224 | 50 | 35 | 0 | 111 | 120 | 52 | 6 | 103 | 43 |
| Binary | 10010100 | 101000 | 11101 | 0 | 1001001 | 1010000 | 101010 | 110 | 1000011 | 100011 |
Color Harmonies of #94281D
Complementary color
Monochromatic Colors of #94281D
Black with #94281D
Text Example
Text Example
White with #94281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94281D; }
p { color: rgb(148,40,29); }
H1.HeaderClassName
{
color: #94281D;
}
.AnyTagClassName
{
color: #94281D;
}
</style>
background-color css
<style>
a { background-color: #94281D; }
a { background-color: rgb(148,40,29); }
div.DivClassName
{
background-color: #94281D;
}
.BgClassName
{
background-color: #94281D;
}
</style>
border-color css
<style>
span { border-color: #94281D; }
span { border-color: rgb(148,40,29); }
td.TdClassName
{
border-color: #94281D;
}
.TagClassName
{
border-color: #94281D;
}
</style>