Shades of Mandarian Orange #912013
Tints of Mandarian Orange #912013
RGB
CMYK
RGB Variations
Color information
#912013 (or 0x912013) is known color: Mandarian Orange. HEX triplet: 91, 20 and 13. RGB value is (145,32,19). Sum of RGB (Red+Green+Blue) = 145+32+19=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #912013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912013 is #6EDFEC. Grayscale: #404040. Windows color (decimal): -7266285 or 1253521. OLE color: 1253521.
HSL color Cylindrical-coordinate representation of color #912013: hue angle of 6.19º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #912013 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 19 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.43 |
| HSL | 6.19º | 0.77% | 0.32% | - |
| HSV(B) | 6.19º | 0.87% | 0.57% | - |
| XYZ | 12.31 | 7.1 | 1.34 | - |
| YUV | 64.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 19 | 0 | 0.78 | 0.87 | 0.43 | 6.19 | 0.77 | 0.32 |
| Hex | 91 | 20 | 13 | 0 | 4E | 57 | 2B | 6 | 4D | 20 |
| Octal | 221 | 40 | 23 | 0 | 116 | 127 | 53 | 6 | 115 | 40 |
| Binary | 10010001 | 100000 | 10011 | 0 | 1001110 | 1010111 | 101011 | 110 | 1001101 | 100000 |
Color Harmonies of #912013
Complementary color
Monochromatic Colors of #912013
Black with #912013
Text Example
Text Example
White with #912013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912013; }
p { color: rgb(145,32,19); }
H1.HeaderClassName
{
color: #912013;
}
.AnyTagClassName
{
color: #912013;
}
</style>
background-color css
<style>
a { background-color: #912013; }
a { background-color: rgb(145,32,19); }
div.DivClassName
{
background-color: #912013;
}
.BgClassName
{
background-color: #912013;
}
</style>
border-color css
<style>
span { border-color: #912013; }
span { border-color: rgb(145,32,19); }
td.TdClassName
{
border-color: #912013;
}
.TagClassName
{
border-color: #912013;
}
</style>