Shades of Mandarian Orange #92281B
Tints of Mandarian Orange #92281B
RGB
CMYK
RGB Variations
Color information
#92281B (or 0x92281B) is known color: Mandarian Orange. HEX triplet: 92, 28 and 1B. RGB value is (146,40,27). Sum of RGB (Red+Green+Blue) = 146+40+27=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92281B is #6DD7E4. Grayscale: #464646. Windows color (decimal): -7198693 or 1779858. OLE color: 1779858.
HSL color Cylindrical-coordinate representation of color #92281B: hue angle of 6.55º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92281B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 40 | 27 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.43 |
| HSL | 6.55º | 0.69% | 0.34% | - |
| HSV(B) | 6.55º | 0.82% | 0.57% | - |
| XYZ | 12.81 | 7.71 | 1.85 | - |
| YUV | 70.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 27 | 0 | 0.73 | 0.82 | 0.43 | 6.55 | 0.69 | 0.34 |
| Hex | 92 | 28 | 1B | 0 | 49 | 52 | 2B | 7 | 45 | 22 |
| Octal | 222 | 50 | 33 | 0 | 111 | 122 | 53 | 7 | 105 | 42 |
| Binary | 10010010 | 101000 | 11011 | 0 | 1001001 | 1010010 | 101011 | 111 | 1000101 | 100010 |
Color Harmonies of #92281B
Complementary color
Monochromatic Colors of #92281B
Black with #92281B
Text Example
Text Example
White with #92281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92281B; }
p { color: rgb(146,40,27); }
H1.HeaderClassName
{
color: #92281B;
}
.AnyTagClassName
{
color: #92281B;
}
</style>
background-color css
<style>
a { background-color: #92281B; }
a { background-color: rgb(146,40,27); }
div.DivClassName
{
background-color: #92281B;
}
.BgClassName
{
background-color: #92281B;
}
</style>
border-color css
<style>
span { border-color: #92281B; }
span { border-color: rgb(146,40,27); }
td.TdClassName
{
border-color: #92281B;
}
.TagClassName
{
border-color: #92281B;
}
</style>