Shades of Mandarian Orange #921F0F
Tints of Mandarian Orange #921F0F
RGB
CMYK
RGB Variations
Color information
#921F0F (or 0x921F0F) is known color: Mandarian Orange. HEX triplet: 92, 1F and 0F. RGB value is (146,31,15). Sum of RGB (Red+Green+Blue) = 146+31+15=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F0F is #6DE0F0. Grayscale: #3F3F3F. Windows color (decimal): -7201009 or 991122. OLE color: 991122.
HSL color Cylindrical-coordinate representation of color #921F0F: hue angle of 7.33º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #921F0F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 31 | 15 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.43 |
| HSL | 7.33º | 0.81% | 0.32% | - |
| HSV(B) | 7.33º | 0.9% | 0.57% | - |
| XYZ | 12.43 | 7.13 | 1.17 | - |
| YUV | 63.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 31 | 15 | 0 | 0.79 | 0.90 | 0.43 | 7.33 | 0.81 | 0.32 |
| Hex | 92 | 1F | F | 0 | 4F | 5A | 2B | 7 | 51 | 20 |
| Octal | 222 | 37 | 17 | 0 | 117 | 132 | 53 | 7 | 121 | 40 |
| Binary | 10010010 | 11111 | 1111 | 0 | 1001111 | 1011010 | 101011 | 111 | 1010001 | 100000 |
Color Harmonies of #921F0F
Complementary color
Monochromatic Colors of #921F0F
Black with #921F0F
Text Example
Text Example
White with #921F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921F0F; }
p { color: rgb(146,31,15); }
H1.HeaderClassName
{
color: #921F0F;
}
.AnyTagClassName
{
color: #921F0F;
}
</style>
background-color css
<style>
a { background-color: #921F0F; }
a { background-color: rgb(146,31,15); }
div.DivClassName
{
background-color: #921F0F;
}
.BgClassName
{
background-color: #921F0F;
}
</style>
border-color css
<style>
span { border-color: #921F0F; }
span { border-color: rgb(146,31,15); }
td.TdClassName
{
border-color: #921F0F;
}
.TagClassName
{
border-color: #921F0F;
}
</style>