Shades of Mandarian Orange #932B23
Tints of Mandarian Orange #932B23
RGB
CMYK
RGB Variations
Color information
#932B23 (or 0x932B23) is known color: Mandarian Orange. HEX triplet: 93, 2B and 23. RGB value is (147,43,35). Sum of RGB (Red+Green+Blue) = 147+43+35=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #932B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B23 is #6CD4DC. Grayscale: #494949. Windows color (decimal): -7132381 or 2304915. OLE color: 2304915.
HSL color Cylindrical-coordinate representation of color #932B23: hue angle of 4.29º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932B23 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 35 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.42 |
| HSL | 4.29º | 0.62% | 0.36% | - |
| HSV(B) | 4.29º | 0.76% | 0.58% | - |
| XYZ | 13.2 | 8.05 | 2.45 | - |
| YUV | 73.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 35 | 0 | 0.71 | 0.76 | 0.42 | 4.29 | 0.62 | 0.36 |
| Hex | 93 | 2B | 23 | 0 | 47 | 4C | 2A | 4 | 3E | 24 |
| Octal | 223 | 53 | 43 | 0 | 107 | 114 | 52 | 4 | 76 | 44 |
| Binary | 10010011 | 101011 | 100011 | 0 | 1000111 | 1001100 | 101010 | 100 | 111110 | 100100 |
Color Harmonies of #932B23
Complementary color
Monochromatic Colors of #932B23
Black with #932B23
Text Example
Text Example
White with #932B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B23; }
p { color: rgb(147,43,35); }
H1.HeaderClassName
{
color: #932B23;
}
.AnyTagClassName
{
color: #932B23;
}
</style>
background-color css
<style>
a { background-color: #932B23; }
a { background-color: rgb(147,43,35); }
div.DivClassName
{
background-color: #932B23;
}
.BgClassName
{
background-color: #932B23;
}
</style>
border-color css
<style>
span { border-color: #932B23; }
span { border-color: rgb(147,43,35); }
td.TdClassName
{
border-color: #932B23;
}
.TagClassName
{
border-color: #932B23;
}
</style>