Shades of Mandarian Orange #942523
Tints of Mandarian Orange #942523
RGB
CMYK
RGB Variations
Color information
#942523 (or 0x942523) is known color: Mandarian Orange. HEX triplet: 94, 25 and 23. RGB value is (148,37,35). Sum of RGB (Red+Green+Blue) = 148+37+35=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942523 is #6BDADC. Grayscale: #464646. Windows color (decimal): -7068381 or 2303380. OLE color: 2303380.
HSL color Cylindrical-coordinate representation of color #942523: hue angle of 1.06º 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 #942523 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 37 | 35 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.42 |
| HSL | 1.06º | 0.62% | 0.36% | - |
| HSV(B) | 1.06º | 0.76% | 0.58% | - |
| XYZ | 13.18 | 7.74 | 2.39 | - |
| YUV | 69.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 35 | 0 | 0.75 | 0.76 | 0.42 | 1.06 | 0.62 | 0.36 |
| Hex | 94 | 25 | 23 | 0 | 4B | 4C | 2A | 1 | 3E | 24 |
| Octal | 224 | 45 | 43 | 0 | 113 | 114 | 52 | 1 | 76 | 44 |
| Binary | 10010100 | 100101 | 100011 | 0 | 1001011 | 1001100 | 101010 | 1 | 111110 | 100100 |
Color Harmonies of #942523
Complementary color
Monochromatic Colors of #942523
Black with #942523
Text Example
Text Example
White with #942523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942523; }
p { color: rgb(148,37,35); }
H1.HeaderClassName
{
color: #942523;
}
.AnyTagClassName
{
color: #942523;
}
</style>
background-color css
<style>
a { background-color: #942523; }
a { background-color: rgb(148,37,35); }
div.DivClassName
{
background-color: #942523;
}
.BgClassName
{
background-color: #942523;
}
</style>
border-color css
<style>
span { border-color: #942523; }
span { border-color: rgb(148,37,35); }
td.TdClassName
{
border-color: #942523;
}
.TagClassName
{
border-color: #942523;
}
</style>