Shades of Mandarian Orange #93261D
Tints of Mandarian Orange #93261D
RGB
CMYK
RGB Variations
Color information
#93261D (or 0x93261D) is known color: Mandarian Orange. HEX triplet: 93, 26 and 1D. RGB value is (147,38,29). Sum of RGB (Red+Green+Blue) = 147+38+29=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93261D is #6CD9E2. Grayscale: #454545. Windows color (decimal): -7133667 or 1910419. OLE color: 1910419.
HSL color Cylindrical-coordinate representation of color #93261D: hue angle of 4.58º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93261D is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 38 | 29 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.42 |
| HSL | 4.58º | 0.67% | 0.35% | - |
| HSV(B) | 4.58º | 0.8% | 0.58% | - |
| XYZ | 12.95 | 7.68 | 1.96 | - |
| YUV | 69.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 29 | 0 | 0.74 | 0.80 | 0.42 | 4.58 | 0.67 | 0.35 |
| Hex | 93 | 26 | 1D | 0 | 4A | 50 | 2A | 5 | 43 | 23 |
| Octal | 223 | 46 | 35 | 0 | 112 | 120 | 52 | 5 | 103 | 43 |
| Binary | 10010011 | 100110 | 11101 | 0 | 1001010 | 1010000 | 101010 | 101 | 1000011 | 100011 |
Color Harmonies of #93261D
Complementary color
Monochromatic Colors of #93261D
Black with #93261D
Text Example
Text Example
White with #93261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93261D; }
p { color: rgb(147,38,29); }
H1.HeaderClassName
{
color: #93261D;
}
.AnyTagClassName
{
color: #93261D;
}
</style>
background-color css
<style>
a { background-color: #93261D; }
a { background-color: rgb(147,38,29); }
div.DivClassName
{
background-color: #93261D;
}
.BgClassName
{
background-color: #93261D;
}
</style>
border-color css
<style>
span { border-color: #93261D; }
span { border-color: rgb(147,38,29); }
td.TdClassName
{
border-color: #93261D;
}
.TagClassName
{
border-color: #93261D;
}
</style>