Shades of Mandarian Orange #942B24
Tints of Mandarian Orange #942B24
RGB
CMYK
RGB Variations
Color information
#942B24 (or 0x942B24) is known color: Mandarian Orange. HEX triplet: 94, 2B and 24. RGB value is (148,43,36). Sum of RGB (Red+Green+Blue) = 148+43+36=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #942B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B24 is #6BD4DB. Grayscale: #494949. Windows color (decimal): -7066844 or 2370452. OLE color: 2370452.
HSL color Cylindrical-coordinate representation of color #942B24: hue angle of 3.75º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942B24 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 36 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.42 |
| HSL | 3.75º | 0.61% | 0.36% | - |
| HSV(B) | 3.75º | 0.76% | 0.58% | - |
| XYZ | 13.4 | 8.15 | 2.54 | - |
| YUV | 73.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 36 | 0 | 0.71 | 0.76 | 0.42 | 3.75 | 0.61 | 0.36 |
| Hex | 94 | 2B | 24 | 0 | 47 | 4C | 2A | 4 | 3D | 24 |
| Octal | 224 | 53 | 44 | 0 | 107 | 114 | 52 | 4 | 75 | 44 |
| Binary | 10010100 | 101011 | 100100 | 0 | 1000111 | 1001100 | 101010 | 100 | 111101 | 100100 |
Color Harmonies of #942B24
Complementary color
Monochromatic Colors of #942B24
Black with #942B24
Text Example
Text Example
White with #942B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B24; }
p { color: rgb(148,43,36); }
H1.HeaderClassName
{
color: #942B24;
}
.AnyTagClassName
{
color: #942B24;
}
</style>
background-color css
<style>
a { background-color: #942B24; }
a { background-color: rgb(148,43,36); }
div.DivClassName
{
background-color: #942B24;
}
.BgClassName
{
background-color: #942B24;
}
</style>
border-color css
<style>
span { border-color: #942B24; }
span { border-color: rgb(148,43,36); }
td.TdClassName
{
border-color: #942B24;
}
.TagClassName
{
border-color: #942B24;
}
</style>