Shades of Mandarian Orange #9B1E0F
Tints of Mandarian Orange #9B1E0F
RGB
CMYK
RGB Variations
Color information
#9B1E0F (or 0x9B1E0F) is known color: Mandarian Orange. HEX triplet: 9B, 1E and 0F. RGB value is (155,30,15). Sum of RGB (Red+Green+Blue) = 155+30+15=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1E0F is #64E1F0. Grayscale: #414141. Windows color (decimal): -6611441 or 990875. OLE color: 990875.
HSL color Cylindrical-coordinate representation of color #9B1E0F: hue angle of 6.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1E0F is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 15 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.39 |
| HSL | 6.43º | 0.82% | 0.33% | - |
| HSV(B) | 6.43º | 0.9% | 0.61% | - |
| XYZ | 14.07 | 7.93 | 1.24 | - |
| YUV | 65.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 15 | 0 | 0.81 | 0.90 | 0.39 | 6.43 | 0.82 | 0.33 |
| Hex | 9B | 1E | F | 0 | 51 | 5A | 27 | 6 | 52 | 21 |
| Octal | 233 | 36 | 17 | 0 | 121 | 132 | 47 | 6 | 122 | 41 |
| Binary | 10011011 | 11110 | 1111 | 0 | 1010001 | 1011010 | 100111 | 110 | 1010010 | 100001 |
Color Harmonies of #9B1E0F
Complementary color
Monochromatic Colors of #9B1E0F
Black with #9B1E0F
Text Example
Text Example
White with #9B1E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E0F; }
p { color: rgb(155,30,15); }
H1.HeaderClassName
{
color: #9B1E0F;
}
.AnyTagClassName
{
color: #9B1E0F;
}
</style>
background-color css
<style>
a { background-color: #9B1E0F; }
a { background-color: rgb(155,30,15); }
div.DivClassName
{
background-color: #9B1E0F;
}
.BgClassName
{
background-color: #9B1E0F;
}
</style>
border-color css
<style>
span { border-color: #9B1E0F; }
span { border-color: rgb(155,30,15); }
td.TdClassName
{
border-color: #9B1E0F;
}
.TagClassName
{
border-color: #9B1E0F;
}
</style>