Shades of Mandarian Orange #9A281E
Tints of Mandarian Orange #9A281E
RGB
CMYK
RGB Variations
Color information
#9A281E (or 0x9A281E) is known color: Mandarian Orange. HEX triplet: 9A, 28 and 1E. RGB value is (154,40,30). Sum of RGB (Red+Green+Blue) = 154+40+30=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A281E is #65D7E1. Grayscale: #494949. Windows color (decimal): -6674402 or 1976474. OLE color: 1976474.
HSL color Cylindrical-coordinate representation of color #9A281E: hue angle of 4.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A281E is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 30 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.40 |
| HSL | 4.84º | 0.67% | 0.36% | - |
| HSV(B) | 4.84º | 0.81% | 0.6% | - |
| XYZ | 14.32 | 8.48 | 2.11 | - |
| YUV | 72.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 30 | 0 | 0.74 | 0.81 | 0.40 | 4.84 | 0.67 | 0.36 |
| Hex | 9A | 28 | 1E | 0 | 4A | 51 | 28 | 5 | 43 | 24 |
| Octal | 232 | 50 | 36 | 0 | 112 | 121 | 50 | 5 | 103 | 44 |
| Binary | 10011010 | 101000 | 11110 | 0 | 1001010 | 1010001 | 101000 | 101 | 1000011 | 100100 |
Color Harmonies of #9A281E
Complementary color
Monochromatic Colors of #9A281E
Black with #9A281E
Text Example
Text Example
White with #9A281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A281E; }
p { color: rgb(154,40,30); }
H1.HeaderClassName
{
color: #9A281E;
}
.AnyTagClassName
{
color: #9A281E;
}
</style>
background-color css
<style>
a { background-color: #9A281E; }
a { background-color: rgb(154,40,30); }
div.DivClassName
{
background-color: #9A281E;
}
.BgClassName
{
background-color: #9A281E;
}
</style>
border-color css
<style>
span { border-color: #9A281E; }
span { border-color: rgb(154,40,30); }
td.TdClassName
{
border-color: #9A281E;
}
.TagClassName
{
border-color: #9A281E;
}
</style>