Shades of Mandarian Orange #8A271F
Tints of Mandarian Orange #8A271F
RGB
CMYK
RGB Variations
Color information
#8A271F (or 0x8A271F) is known color: Mandarian Orange. HEX triplet: 8A, 27 and 1F. RGB value is (138,39,31). Sum of RGB (Red+Green+Blue) = 138+39+31=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A271F is #75D8E0. Grayscale: #434343. Windows color (decimal): -7723233 or 2041738. OLE color: 2041738.
HSL color Cylindrical-coordinate representation of color #8A271F: hue angle of 4.49º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A271F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 39 | 31 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.46 |
| HSL | 4.49º | 0.63% | 0.33% | - |
| HSV(B) | 4.49º | 0.78% | 0.54% | - |
| XYZ | 11.45 | 6.95 | 2.03 | - |
| YUV | 67.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 31 | 0 | 0.72 | 0.78 | 0.46 | 4.49 | 0.63 | 0.33 |
| Hex | 8A | 27 | 1F | 0 | 48 | 4E | 2E | 4 | 3F | 21 |
| Octal | 212 | 47 | 37 | 0 | 110 | 116 | 56 | 4 | 77 | 41 |
| Binary | 10001010 | 100111 | 11111 | 0 | 1001000 | 1001110 | 101110 | 100 | 111111 | 100001 |
Color Harmonies of #8A271F
Complementary color
Monochromatic Colors of #8A271F
Black with #8A271F
Text Example
Text Example
White with #8A271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A271F; }
p { color: rgb(138,39,31); }
H1.HeaderClassName
{
color: #8A271F;
}
.AnyTagClassName
{
color: #8A271F;
}
</style>
background-color css
<style>
a { background-color: #8A271F; }
a { background-color: rgb(138,39,31); }
div.DivClassName
{
background-color: #8A271F;
}
.BgClassName
{
background-color: #8A271F;
}
</style>
border-color css
<style>
span { border-color: #8A271F; }
span { border-color: rgb(138,39,31); }
td.TdClassName
{
border-color: #8A271F;
}
.TagClassName
{
border-color: #8A271F;
}
</style>