Shades of Mandarian Orange #931B15
Tints of Mandarian Orange #931B15
RGB
CMYK
RGB Variations
Color information
#931B15 (or 0x931B15) is known color: Mandarian Orange. HEX triplet: 93, 1B and 15. RGB value is (147,27,21). Sum of RGB (Red+Green+Blue) = 147+27+21=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #931B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931B15 is #6CE4EA. Grayscale: #3E3E3E. Windows color (decimal): -7136491 or 1383315. OLE color: 1383315.
HSL color Cylindrical-coordinate representation of color #931B15: hue angle of 2.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931B15 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 21 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.42 |
| HSL | 2.86º | 0.75% | 0.33% | - |
| HSV(B) | 2.86º | 0.86% | 0.58% | - |
| XYZ | 12.56 | 7.04 | 1.41 | - |
| YUV | 62.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 21 | 0 | 0.82 | 0.86 | 0.42 | 2.86 | 0.75 | 0.33 |
| Hex | 93 | 1B | 15 | 0 | 52 | 56 | 2A | 3 | 4B | 21 |
| Octal | 223 | 33 | 25 | 0 | 122 | 126 | 52 | 3 | 113 | 41 |
| Binary | 10010011 | 11011 | 10101 | 0 | 1010010 | 1010110 | 101010 | 11 | 1001011 | 100001 |
Color Harmonies of #931B15
Complementary color
Monochromatic Colors of #931B15
Black with #931B15
Text Example
Text Example
White with #931B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B15; }
p { color: rgb(147,27,21); }
H1.HeaderClassName
{
color: #931B15;
}
.AnyTagClassName
{
color: #931B15;
}
</style>
background-color css
<style>
a { background-color: #931B15; }
a { background-color: rgb(147,27,21); }
div.DivClassName
{
background-color: #931B15;
}
.BgClassName
{
background-color: #931B15;
}
</style>
border-color css
<style>
span { border-color: #931B15; }
span { border-color: rgb(147,27,21); }
td.TdClassName
{
border-color: #931B15;
}
.TagClassName
{
border-color: #931B15;
}
</style>