Shades of Mandarian Orange #931B1A
Tints of Mandarian Orange #931B1A
RGB
CMYK
RGB Variations
Color information
#931B1A (or 0x931B1A) is known color: Mandarian Orange. HEX triplet: 93, 1B and 1A. RGB value is (147,27,26). Sum of RGB (Red+Green+Blue) = 147+27+26=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #931B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931B1A is #6CE4E5. Grayscale: #3E3E3E. Windows color (decimal): -7136486 or 1710995. OLE color: 1710995.
HSL color Cylindrical-coordinate representation of color #931B1A: hue angle of 0.5º degrees, saturation: 0.7, 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 #931B1A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 26 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.42 |
| HSL | 0.5º | 0.7% | 0.34% | - |
| HSV(B) | 0.5º | 0.82% | 0.58% | - |
| XYZ | 12.61 | 7.06 | 1.68 | - |
| YUV | 62.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 26 | 0 | 0.82 | 0.82 | 0.42 | 0.5 | 0.7 | 0.34 |
| Hex | 93 | 1B | 1A | 0 | 52 | 52 | 2A | 0 | 46 | 22 |
| Octal | 223 | 33 | 32 | 0 | 122 | 122 | 52 | 0 | 106 | 42 |
| Binary | 10010011 | 11011 | 11010 | 0 | 1010010 | 1010010 | 101010 | 0 | 1000110 | 100010 |
Color Harmonies of #931B1A
Complementary color
Monochromatic Colors of #931B1A
Black with #931B1A
Text Example
Text Example
White with #931B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B1A; }
p { color: rgb(147,27,26); }
H1.HeaderClassName
{
color: #931B1A;
}
.AnyTagClassName
{
color: #931B1A;
}
</style>
background-color css
<style>
a { background-color: #931B1A; }
a { background-color: rgb(147,27,26); }
div.DivClassName
{
background-color: #931B1A;
}
.BgClassName
{
background-color: #931B1A;
}
</style>
border-color css
<style>
span { border-color: #931B1A; }
span { border-color: rgb(147,27,26); }
td.TdClassName
{
border-color: #931B1A;
}
.TagClassName
{
border-color: #931B1A;
}
</style>