Shades of Mandarian Orange #90231C
Tints of Mandarian Orange #90231C
RGB
CMYK
RGB Variations
Color information
#90231C (or 0x90231C) is known color: Mandarian Orange. HEX triplet: 90, 23 and 1C. RGB value is (144,35,28). Sum of RGB (Red+Green+Blue) = 144+35+28=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90231C is #6FDCE3. Grayscale: #424242. Windows color (decimal): -7331044 or 1844112. OLE color: 1844112.
HSL color Cylindrical-coordinate representation of color #90231C: hue angle of 3.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90231C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 28 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.44 |
| HSL | 3.62º | 0.67% | 0.34% | - |
| HSV(B) | 3.62º | 0.81% | 0.56% | - |
| XYZ | 12.31 | 7.22 | 1.84 | - |
| YUV | 66.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 28 | 0 | 0.76 | 0.81 | 0.44 | 3.62 | 0.67 | 0.34 |
| Hex | 90 | 23 | 1C | 0 | 4C | 51 | 2C | 4 | 43 | 22 |
| Octal | 220 | 43 | 34 | 0 | 114 | 121 | 54 | 4 | 103 | 42 |
| Binary | 10010000 | 100011 | 11100 | 0 | 1001100 | 1010001 | 101100 | 100 | 1000011 | 100010 |
Color Harmonies of #90231C
Complementary color
Monochromatic Colors of #90231C
Black with #90231C
Text Example
Text Example
White with #90231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90231C; }
p { color: rgb(144,35,28); }
H1.HeaderClassName
{
color: #90231C;
}
.AnyTagClassName
{
color: #90231C;
}
</style>
background-color css
<style>
a { background-color: #90231C; }
a { background-color: rgb(144,35,28); }
div.DivClassName
{
background-color: #90231C;
}
.BgClassName
{
background-color: #90231C;
}
</style>
border-color css
<style>
span { border-color: #90231C; }
span { border-color: rgb(144,35,28); }
td.TdClassName
{
border-color: #90231C;
}
.TagClassName
{
border-color: #90231C;
}
</style>