Shades of Mandarian Orange #92260D
Tints of Mandarian Orange #92260D
RGB
CMYK
RGB Variations
Color information
#92260D (or 0x92260D) is known color: Mandarian Orange. HEX triplet: 92, 26 and 0D. RGB value is (146,38,13). Sum of RGB (Red+Green+Blue) = 146+38+13=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92260D is #6DD9F2. Grayscale: #434343. Windows color (decimal): -7199219 or 861842. OLE color: 861842.
HSL color Cylindrical-coordinate representation of color #92260D: hue angle of 11.28º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92260D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 13 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.43 |
| HSL | 11.28º | 0.84% | 0.31% | - |
| HSV(B) | 11.28º | 0.91% | 0.57% | - |
| XYZ | 12.62 | 7.53 | 1.17 | - |
| YUV | 67.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 13 | 0 | 0.74 | 0.91 | 0.43 | 11.28 | 0.84 | 0.31 |
| Hex | 92 | 26 | D | 0 | 4A | 5B | 2B | B | 54 | 1F |
| Octal | 222 | 46 | 15 | 0 | 112 | 133 | 53 | 13 | 124 | 37 |
| Binary | 10010010 | 100110 | 1101 | 0 | 1001010 | 1011011 | 101011 | 1011 | 1010100 | 11111 |
Color Harmonies of #92260D
Complementary color
Monochromatic Colors of #92260D
Black with #92260D
Text Example
Text Example
White with #92260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92260D; }
p { color: rgb(146,38,13); }
H1.HeaderClassName
{
color: #92260D;
}
.AnyTagClassName
{
color: #92260D;
}
</style>
background-color css
<style>
a { background-color: #92260D; }
a { background-color: rgb(146,38,13); }
div.DivClassName
{
background-color: #92260D;
}
.BgClassName
{
background-color: #92260D;
}
</style>
border-color css
<style>
span { border-color: #92260D; }
span { border-color: rgb(146,38,13); }
td.TdClassName
{
border-color: #92260D;
}
.TagClassName
{
border-color: #92260D;
}
</style>