Shades of Mandarian Orange #8B2725
Tints of Mandarian Orange #8B2725
RGB
CMYK
RGB Variations
Color information
#8B2725 (or 0x8B2725) is known color: Mandarian Orange. HEX triplet: 8B, 27 and 25. RGB value is (139,39,37). Sum of RGB (Red+Green+Blue) = 139+39+37=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2725 is #74D8DA. Grayscale: #444444. Windows color (decimal): -7657691 or 2434955. OLE color: 2434955.
HSL color Cylindrical-coordinate representation of color #8B2725: hue angle of 1.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2725 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 37 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.45 |
| HSL | 1.18º | 0.58% | 0.35% | - |
| HSV(B) | 1.18º | 0.73% | 0.55% | - |
| XYZ | 11.71 | 7.07 | 2.5 | - |
| YUV | 68.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 37 | 0 | 0.72 | 0.73 | 0.45 | 1.18 | 0.58 | 0.35 |
| Hex | 8B | 27 | 25 | 0 | 48 | 49 | 2D | 1 | 3A | 23 |
| Octal | 213 | 47 | 45 | 0 | 110 | 111 | 55 | 1 | 72 | 43 |
| Binary | 10001011 | 100111 | 100101 | 0 | 1001000 | 1001001 | 101101 | 1 | 111010 | 100011 |
Color Harmonies of #8B2725
Complementary color
Monochromatic Colors of #8B2725
Black with #8B2725
Text Example
Text Example
White with #8B2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2725; }
p { color: rgb(139,39,37); }
H1.HeaderClassName
{
color: #8B2725;
}
.AnyTagClassName
{
color: #8B2725;
}
</style>
background-color css
<style>
a { background-color: #8B2725; }
a { background-color: rgb(139,39,37); }
div.DivClassName
{
background-color: #8B2725;
}
.BgClassName
{
background-color: #8B2725;
}
</style>
border-color css
<style>
span { border-color: #8B2725; }
span { border-color: rgb(139,39,37); }
td.TdClassName
{
border-color: #8B2725;
}
.TagClassName
{
border-color: #8B2725;
}
</style>