Shades of Mandarian Orange #8A2519
Tints of Mandarian Orange #8A2519
RGB
CMYK
RGB Variations
Color information
#8A2519 (or 0x8A2519) is known color: Mandarian Orange. HEX triplet: 8A, 25 and 19. RGB value is (138,37,25). Sum of RGB (Red+Green+Blue) = 138+37+25=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2519 is #75DAE6. Grayscale: #414141. Windows color (decimal): -7723751 or 1648010. OLE color: 1648010.
HSL color Cylindrical-coordinate representation of color #8A2519: hue angle of 6.37º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A2519 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 25 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.46 |
| HSL | 6.37º | 0.69% | 0.32% | - |
| HSV(B) | 6.37º | 0.82% | 0.54% | - |
| XYZ | 11.32 | 6.8 | 1.64 | - |
| YUV | 65.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 25 | 0 | 0.73 | 0.82 | 0.46 | 6.37 | 0.69 | 0.32 |
| Hex | 8A | 25 | 19 | 0 | 49 | 52 | 2E | 6 | 45 | 20 |
| Octal | 212 | 45 | 31 | 0 | 111 | 122 | 56 | 6 | 105 | 40 |
| Binary | 10001010 | 100101 | 11001 | 0 | 1001001 | 1010010 | 101110 | 110 | 1000101 | 100000 |
Color Harmonies of #8A2519
Complementary color
Monochromatic Colors of #8A2519
Black with #8A2519
Text Example
Text Example
White with #8A2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2519; }
p { color: rgb(138,37,25); }
H1.HeaderClassName
{
color: #8A2519;
}
.AnyTagClassName
{
color: #8A2519;
}
</style>
background-color css
<style>
a { background-color: #8A2519; }
a { background-color: rgb(138,37,25); }
div.DivClassName
{
background-color: #8A2519;
}
.BgClassName
{
background-color: #8A2519;
}
</style>
border-color css
<style>
span { border-color: #8A2519; }
span { border-color: rgb(138,37,25); }
td.TdClassName
{
border-color: #8A2519;
}
.TagClassName
{
border-color: #8A2519;
}
</style>