Shades of Mandarian Orange #912B23
Tints of Mandarian Orange #912B23
RGB
CMYK
RGB Variations
Color information
#912B23 (or 0x912B23) is known color: Mandarian Orange. HEX triplet: 91, 2B and 23. RGB value is (145,43,35). Sum of RGB (Red+Green+Blue) = 145+43+35=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #912B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B23 is #6ED4DC. Grayscale: #484848. Windows color (decimal): -7263453 or 2304913. OLE color: 2304913.
HSL color Cylindrical-coordinate representation of color #912B23: hue angle of 4.36º 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 #912B23 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 43 | 35 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.43 |
| HSL | 4.36º | 0.61% | 0.35% | - |
| HSV(B) | 4.36º | 0.76% | 0.57% | - |
| XYZ | 12.84 | 7.87 | 2.43 | - |
| YUV | 72.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 35 | 0 | 0.70 | 0.76 | 0.43 | 4.36 | 0.61 | 0.35 |
| Hex | 91 | 2B | 23 | 0 | 46 | 4C | 2B | 4 | 3D | 23 |
| Octal | 221 | 53 | 43 | 0 | 106 | 114 | 53 | 4 | 75 | 43 |
| Binary | 10010001 | 101011 | 100011 | 0 | 1000110 | 1001100 | 101011 | 100 | 111101 | 100011 |
Color Harmonies of #912B23
Complementary color
Monochromatic Colors of #912B23
Black with #912B23
Text Example
Text Example
White with #912B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912B23; }
p { color: rgb(145,43,35); }
H1.HeaderClassName
{
color: #912B23;
}
.AnyTagClassName
{
color: #912B23;
}
</style>
background-color css
<style>
a { background-color: #912B23; }
a { background-color: rgb(145,43,35); }
div.DivClassName
{
background-color: #912B23;
}
.BgClassName
{
background-color: #912B23;
}
</style>
border-color css
<style>
span { border-color: #912B23; }
span { border-color: rgb(145,43,35); }
td.TdClassName
{
border-color: #912B23;
}
.TagClassName
{
border-color: #912B23;
}
</style>