Shades of Mandarian Orange #8B281C
Tints of Mandarian Orange #8B281C
RGB
CMYK
RGB Variations
Color information
#8B281C (or 0x8B281C) is known color: Mandarian Orange. HEX triplet: 8B, 28 and 1C. RGB value is (139,40,28). Sum of RGB (Red+Green+Blue) = 139+40+28=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B281C is #74D7E3. Grayscale: #444444. Windows color (decimal): -7657444 or 1845387. OLE color: 1845387.
HSL color Cylindrical-coordinate representation of color #8B281C: hue angle of 6.49º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B281C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 28 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.45 |
| HSL | 6.49º | 0.66% | 0.33% | - |
| HSV(B) | 6.49º | 0.8% | 0.55% | - |
| XYZ | 11.62 | 7.09 | 1.85 | - |
| YUV | 68.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 28 | 0 | 0.71 | 0.80 | 0.45 | 6.49 | 0.66 | 0.33 |
| Hex | 8B | 28 | 1C | 0 | 47 | 50 | 2D | 6 | 42 | 21 |
| Octal | 213 | 50 | 34 | 0 | 107 | 120 | 55 | 6 | 102 | 41 |
| Binary | 10001011 | 101000 | 11100 | 0 | 1000111 | 1010000 | 101101 | 110 | 1000010 | 100001 |
Color Harmonies of #8B281C
Complementary color
Monochromatic Colors of #8B281C
Black with #8B281C
Text Example
Text Example
White with #8B281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B281C; }
p { color: rgb(139,40,28); }
H1.HeaderClassName
{
color: #8B281C;
}
.AnyTagClassName
{
color: #8B281C;
}
</style>
background-color css
<style>
a { background-color: #8B281C; }
a { background-color: rgb(139,40,28); }
div.DivClassName
{
background-color: #8B281C;
}
.BgClassName
{
background-color: #8B281C;
}
</style>
border-color css
<style>
span { border-color: #8B281C; }
span { border-color: rgb(139,40,28); }
td.TdClassName
{
border-color: #8B281C;
}
.TagClassName
{
border-color: #8B281C;
}
</style>