Shades of Mandarian Orange #8A2B2B
Tints of Mandarian Orange #8A2B2B
RGB
CMYK
RGB Variations
Color information
#8A2B2B (or 0x8A2B2B) is known color: Mandarian Orange. HEX triplet: 8A, 2B and 2B. RGB value is (138,43,43). Sum of RGB (Red+Green+Blue) = 138+43+43=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B2B is #75D4D4. Grayscale: #474747. Windows color (decimal): -7722197 or 2829194. OLE color: 2829194.
HSL color Cylindrical-coordinate representation of color #8A2B2B: hue angle of 0º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B2B is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 43 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.46 |
| HSL | 0º | 0.52% | 0.35% | - |
| HSV(B) | 0º | 0.69% | 0.54% | - |
| XYZ | 11.78 | 7.31 | 3.07 | - |
| YUV | 71.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 43 | 0 | 0.69 | 0.69 | 0.46 | 0 | 0.52 | 0.35 |
| Hex | 8A | 2B | 2B | 0 | 45 | 45 | 2E | 0 | 34 | 23 |
| Octal | 212 | 53 | 53 | 0 | 105 | 105 | 56 | 0 | 64 | 43 |
| Binary | 10001010 | 101011 | 101011 | 0 | 1000101 | 1000101 | 101110 | 0 | 110100 | 100011 |
Color Harmonies of #8A2B2B
Complementary color
Monochromatic Colors of #8A2B2B
Black with #8A2B2B
Text Example
Text Example
White with #8A2B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B2B; }
p { color: rgb(138,43,43); }
H1.HeaderClassName
{
color: #8A2B2B;
}
.AnyTagClassName
{
color: #8A2B2B;
}
</style>
background-color css
<style>
a { background-color: #8A2B2B; }
a { background-color: rgb(138,43,43); }
div.DivClassName
{
background-color: #8A2B2B;
}
.BgClassName
{
background-color: #8A2B2B;
}
</style>
border-color css
<style>
span { border-color: #8A2B2B; }
span { border-color: rgb(138,43,43); }
td.TdClassName
{
border-color: #8A2B2B;
}
.TagClassName
{
border-color: #8A2B2B;
}
</style>