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