Shades of Mandarian Orange #9B281D
Tints of Mandarian Orange #9B281D
RGB
CMYK
RGB Variations
Color information
#9B281D (or 0x9B281D) is known color: Mandarian Orange. HEX triplet: 9B, 28 and 1D. RGB value is (155,40,29). Sum of RGB (Red+Green+Blue) = 155+40+29=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B281D is #64D7E2. Grayscale: #494949. Windows color (decimal): -6608867 or 1910939. OLE color: 1910939.
HSL color Cylindrical-coordinate representation of color #9B281D: hue angle of 5.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B281D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 29 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.39 |
| HSL | 5.24º | 0.68% | 0.36% | - |
| HSV(B) | 5.24º | 0.81% | 0.61% | - |
| XYZ | 14.5 | 8.57 | 2.05 | - |
| YUV | 73.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 29 | 0 | 0.74 | 0.81 | 0.39 | 5.24 | 0.68 | 0.36 |
| Hex | 9B | 28 | 1D | 0 | 4A | 51 | 27 | 5 | 44 | 24 |
| Octal | 233 | 50 | 35 | 0 | 112 | 121 | 47 | 5 | 104 | 44 |
| Binary | 10011011 | 101000 | 11101 | 0 | 1001010 | 1010001 | 100111 | 101 | 1000100 | 100100 |
Color Harmonies of #9B281D
Complementary color
Monochromatic Colors of #9B281D
Black with #9B281D
Text Example
Text Example
White with #9B281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B281D; }
p { color: rgb(155,40,29); }
H1.HeaderClassName
{
color: #9B281D;
}
.AnyTagClassName
{
color: #9B281D;
}
</style>
background-color css
<style>
a { background-color: #9B281D; }
a { background-color: rgb(155,40,29); }
div.DivClassName
{
background-color: #9B281D;
}
.BgClassName
{
background-color: #9B281D;
}
</style>
border-color css
<style>
span { border-color: #9B281D; }
span { border-color: rgb(155,40,29); }
td.TdClassName
{
border-color: #9B281D;
}
.TagClassName
{
border-color: #9B281D;
}
</style>