Shades of Mandarian Orange #912823
Tints of Mandarian Orange #912823
RGB
CMYK
RGB Variations
Color information
#912823 (or 0x912823) is known color: Mandarian Orange. HEX triplet: 91, 28 and 23. RGB value is (145,40,35). Sum of RGB (Red+Green+Blue) = 145+40+35=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #912823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912823 is #6ED7DC. Grayscale: #464646. Windows color (decimal): -7264221 or 2304145. OLE color: 2304145.
HSL color Cylindrical-coordinate representation of color #912823: hue angle of 2.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912823 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 35 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.43 |
| HSL | 2.73º | 0.61% | 0.35% | - |
| HSV(B) | 2.73º | 0.76% | 0.57% | - |
| XYZ | 12.74 | 7.66 | 2.4 | - |
| YUV | 70.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 35 | 0 | 0.72 | 0.76 | 0.43 | 2.73 | 0.61 | 0.35 |
| Hex | 91 | 28 | 23 | 0 | 48 | 4C | 2B | 3 | 3D | 23 |
| Octal | 221 | 50 | 43 | 0 | 110 | 114 | 53 | 3 | 75 | 43 |
| Binary | 10010001 | 101000 | 100011 | 0 | 1001000 | 1001100 | 101011 | 11 | 111101 | 100011 |
Color Harmonies of #912823
Complementary color
Monochromatic Colors of #912823
Black with #912823
Text Example
Text Example
White with #912823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912823; }
p { color: rgb(145,40,35); }
H1.HeaderClassName
{
color: #912823;
}
.AnyTagClassName
{
color: #912823;
}
</style>
background-color css
<style>
a { background-color: #912823; }
a { background-color: rgb(145,40,35); }
div.DivClassName
{
background-color: #912823;
}
.BgClassName
{
background-color: #912823;
}
</style>
border-color css
<style>
span { border-color: #912823; }
span { border-color: rgb(145,40,35); }
td.TdClassName
{
border-color: #912823;
}
.TagClassName
{
border-color: #912823;
}
</style>