Shades of Mandarian Orange #932B25
Tints of Mandarian Orange #932B25
RGB
CMYK
RGB Variations
Color information
#932B25 (or 0x932B25) is known color: Mandarian Orange. HEX triplet: 93, 2B and 25. RGB value is (147,43,37). Sum of RGB (Red+Green+Blue) = 147+43+37=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #932B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B25 is #6CD4DA. Grayscale: #494949. Windows color (decimal): -7132379 or 2435987. OLE color: 2435987.
HSL color Cylindrical-coordinate representation of color #932B25: hue angle of 3.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932B25 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 37 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.42 |
| HSL | 3.27º | 0.6% | 0.36% | - |
| HSV(B) | 3.27º | 0.75% | 0.58% | - |
| XYZ | 13.23 | 8.06 | 2.61 | - |
| YUV | 73.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 37 | 0 | 0.71 | 0.75 | 0.42 | 3.27 | 0.6 | 0.36 |
| Hex | 93 | 2B | 25 | 0 | 47 | 4B | 2A | 3 | 3C | 24 |
| Octal | 223 | 53 | 45 | 0 | 107 | 113 | 52 | 3 | 74 | 44 |
| Binary | 10010011 | 101011 | 100101 | 0 | 1000111 | 1001011 | 101010 | 11 | 111100 | 100100 |
Color Harmonies of #932B25
Complementary color
Monochromatic Colors of #932B25
Black with #932B25
Text Example
Text Example
White with #932B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B25; }
p { color: rgb(147,43,37); }
H1.HeaderClassName
{
color: #932B25;
}
.AnyTagClassName
{
color: #932B25;
}
</style>
background-color css
<style>
a { background-color: #932B25; }
a { background-color: rgb(147,43,37); }
div.DivClassName
{
background-color: #932B25;
}
.BgClassName
{
background-color: #932B25;
}
</style>
border-color css
<style>
span { border-color: #932B25; }
span { border-color: rgb(147,43,37); }
td.TdClassName
{
border-color: #932B25;
}
.TagClassName
{
border-color: #932B25;
}
</style>