Shades of Mandarian Orange #93261B
Tints of Mandarian Orange #93261B
RGB
CMYK
RGB Variations
Color information
#93261B (or 0x93261B) is known color: Mandarian Orange. HEX triplet: 93, 26 and 1B. RGB value is (147,38,27). Sum of RGB (Red+Green+Blue) = 147+38+27=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93261B is #6CD9E4. Grayscale: #454545. Windows color (decimal): -7133669 or 1779347. OLE color: 1779347.
HSL color Cylindrical-coordinate representation of color #93261B: hue angle of 5.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93261B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 38 | 27 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.42 |
| HSL | 5.5º | 0.69% | 0.34% | - |
| HSV(B) | 5.5º | 0.82% | 0.58% | - |
| XYZ | 12.92 | 7.67 | 1.84 | - |
| YUV | 69.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 27 | 0 | 0.74 | 0.82 | 0.42 | 5.5 | 0.69 | 0.34 |
| Hex | 93 | 26 | 1B | 0 | 4A | 52 | 2A | 6 | 45 | 22 |
| Octal | 223 | 46 | 33 | 0 | 112 | 122 | 52 | 6 | 105 | 42 |
| Binary | 10010011 | 100110 | 11011 | 0 | 1001010 | 1010010 | 101010 | 110 | 1000101 | 100010 |
Color Harmonies of #93261B
Complementary color
Monochromatic Colors of #93261B
Black with #93261B
Text Example
Text Example
White with #93261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93261B; }
p { color: rgb(147,38,27); }
H1.HeaderClassName
{
color: #93261B;
}
.AnyTagClassName
{
color: #93261B;
}
</style>
background-color css
<style>
a { background-color: #93261B; }
a { background-color: rgb(147,38,27); }
div.DivClassName
{
background-color: #93261B;
}
.BgClassName
{
background-color: #93261B;
}
</style>
border-color css
<style>
span { border-color: #93261B; }
span { border-color: rgb(147,38,27); }
td.TdClassName
{
border-color: #93261B;
}
.TagClassName
{
border-color: #93261B;
}
</style>