Shades of Mandarian Orange #8A2315
Tints of Mandarian Orange #8A2315
RGB
CMYK
RGB Variations
Color information
#8A2315 (or 0x8A2315) is known color: Mandarian Orange. HEX triplet: 8A, 23 and 15. RGB value is (138,35,21). Sum of RGB (Red+Green+Blue) = 138+35+21=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2315 is #75DCEA. Grayscale: #404040. Windows color (decimal): -7724267 or 1385354. OLE color: 1385354.
HSL color Cylindrical-coordinate representation of color #8A2315: hue angle of 7.18º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A2315 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 21 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.46 |
| HSL | 7.18º | 0.74% | 0.31% | - |
| HSV(B) | 7.18º | 0.85% | 0.54% | - |
| XYZ | 11.22 | 6.66 | 1.4 | - |
| YUV | 64.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 21 | 0 | 0.75 | 0.85 | 0.46 | 7.18 | 0.74 | 0.31 |
| Hex | 8A | 23 | 15 | 0 | 4B | 55 | 2E | 7 | 4A | 1F |
| Octal | 212 | 43 | 25 | 0 | 113 | 125 | 56 | 7 | 112 | 37 |
| Binary | 10001010 | 100011 | 10101 | 0 | 1001011 | 1010101 | 101110 | 111 | 1001010 | 11111 |
Color Harmonies of #8A2315
Complementary color
Monochromatic Colors of #8A2315
Black with #8A2315
Text Example
Text Example
White with #8A2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2315; }
p { color: rgb(138,35,21); }
H1.HeaderClassName
{
color: #8A2315;
}
.AnyTagClassName
{
color: #8A2315;
}
</style>
background-color css
<style>
a { background-color: #8A2315; }
a { background-color: rgb(138,35,21); }
div.DivClassName
{
background-color: #8A2315;
}
.BgClassName
{
background-color: #8A2315;
}
</style>
border-color css
<style>
span { border-color: #8A2315; }
span { border-color: rgb(138,35,21); }
td.TdClassName
{
border-color: #8A2315;
}
.TagClassName
{
border-color: #8A2315;
}
</style>