Shades of Mandarian Orange #92261A
Tints of Mandarian Orange #92261A
RGB
CMYK
RGB Variations
Color information
#92261A (or 0x92261A) is known color: Mandarian Orange. HEX triplet: 92, 26 and 1A. RGB value is (146,38,26). Sum of RGB (Red+Green+Blue) = 146+38+26=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #92261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92261A is #6DD9E5. Grayscale: #454545. Windows color (decimal): -7199206 or 1713810. OLE color: 1713810.
HSL color Cylindrical-coordinate representation of color #92261A: hue angle of 6º degrees, saturation: 0.7, 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 #92261A is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 26 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.43 |
| HSL | 6º | 0.7% | 0.34% | - |
| HSV(B) | 6º | 0.82% | 0.57% | - |
| XYZ | 12.73 | 7.57 | 1.77 | - |
| YUV | 68.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 26 | 0 | 0.74 | 0.82 | 0.43 | 6 | 0.7 | 0.34 |
| Hex | 92 | 26 | 1A | 0 | 4A | 52 | 2B | 6 | 46 | 22 |
| Octal | 222 | 46 | 32 | 0 | 112 | 122 | 53 | 6 | 106 | 42 |
| Binary | 10010010 | 100110 | 11010 | 0 | 1001010 | 1010010 | 101011 | 110 | 1000110 | 100010 |
Color Harmonies of #92261A
Complementary color
Monochromatic Colors of #92261A
Black with #92261A
Text Example
Text Example
White with #92261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92261A; }
p { color: rgb(146,38,26); }
H1.HeaderClassName
{
color: #92261A;
}
.AnyTagClassName
{
color: #92261A;
}
</style>
background-color css
<style>
a { background-color: #92261A; }
a { background-color: rgb(146,38,26); }
div.DivClassName
{
background-color: #92261A;
}
.BgClassName
{
background-color: #92261A;
}
</style>
border-color css
<style>
span { border-color: #92261A; }
span { border-color: rgb(146,38,26); }
td.TdClassName
{
border-color: #92261A;
}
.TagClassName
{
border-color: #92261A;
}
</style>