Shades of Mandarian Orange #942929
Tints of Mandarian Orange #942929
RGB
CMYK
RGB Variations
Color information
#942929 (or 0x942929) is known color: Mandarian Orange. HEX triplet: 94, 29 and 29. RGB value is (148,41,41). Sum of RGB (Red+Green+Blue) = 148+41+41=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #942929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942929 is #6BD6D6. Grayscale: #494949. Windows color (decimal): -7067351 or 2697620. OLE color: 2697620.
HSL color Cylindrical-coordinate representation of color #942929: hue angle of 0º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942929 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 41 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.42 |
| HSL | 0º | 0.57% | 0.37% | - |
| HSV(B) | 0º | 0.72% | 0.58% | - |
| XYZ | 13.41 | 8.04 | 2.94 | - |
| YUV | 72.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 41 | 0 | 0.72 | 0.72 | 0.42 | 0 | 0.57 | 0.37 |
| Hex | 94 | 29 | 29 | 0 | 48 | 48 | 2A | 0 | 39 | 25 |
| Octal | 224 | 51 | 51 | 0 | 110 | 110 | 52 | 0 | 71 | 45 |
| Binary | 10010100 | 101001 | 101001 | 0 | 1001000 | 1001000 | 101010 | 0 | 111001 | 100101 |
Color Harmonies of #942929
Complementary color
Monochromatic Colors of #942929
Black with #942929
Text Example
Text Example
White with #942929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942929; }
p { color: rgb(148,41,41); }
H1.HeaderClassName
{
color: #942929;
}
.AnyTagClassName
{
color: #942929;
}
</style>
background-color css
<style>
a { background-color: #942929; }
a { background-color: rgb(148,41,41); }
div.DivClassName
{
background-color: #942929;
}
.BgClassName
{
background-color: #942929;
}
</style>
border-color css
<style>
span { border-color: #942929; }
span { border-color: rgb(148,41,41); }
td.TdClassName
{
border-color: #942929;
}
.TagClassName
{
border-color: #942929;
}
</style>