Shades of Mandarian Orange #942B23
Tints of Mandarian Orange #942B23
RGB
CMYK
RGB Variations
Color information
#942B23 (or 0x942B23) is known color: Mandarian Orange. HEX triplet: 94, 2B and 23. RGB value is (148,43,35). Sum of RGB (Red+Green+Blue) = 148+43+35=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #942B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B23 is #6BD4DC. Grayscale: #494949. Windows color (decimal): -7066845 or 2304916. OLE color: 2304916.
HSL color Cylindrical-coordinate representation of color #942B23: hue angle of 4.25º degrees, saturation: 0.62, 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 #942B23 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 35 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.42 |
| HSL | 4.25º | 0.62% | 0.36% | - |
| HSV(B) | 4.25º | 0.76% | 0.58% | - |
| XYZ | 13.38 | 8.15 | 2.46 | - |
| YUV | 73.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 35 | 0 | 0.71 | 0.76 | 0.42 | 4.25 | 0.62 | 0.36 |
| Hex | 94 | 2B | 23 | 0 | 47 | 4C | 2A | 4 | 3E | 24 |
| Octal | 224 | 53 | 43 | 0 | 107 | 114 | 52 | 4 | 76 | 44 |
| Binary | 10010100 | 101011 | 100011 | 0 | 1000111 | 1001100 | 101010 | 100 | 111110 | 100100 |
Color Harmonies of #942B23
Complementary color
Monochromatic Colors of #942B23
Black with #942B23
Text Example
Text Example
White with #942B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B23; }
p { color: rgb(148,43,35); }
H1.HeaderClassName
{
color: #942B23;
}
.AnyTagClassName
{
color: #942B23;
}
</style>
background-color css
<style>
a { background-color: #942B23; }
a { background-color: rgb(148,43,35); }
div.DivClassName
{
background-color: #942B23;
}
.BgClassName
{
background-color: #942B23;
}
</style>
border-color css
<style>
span { border-color: #942B23; }
span { border-color: rgb(148,43,35); }
td.TdClassName
{
border-color: #942B23;
}
.TagClassName
{
border-color: #942B23;
}
</style>