#8B2826

Color #8B2826 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8B2826

Tints of Mandarian Orange #8B2826

Color information

#8B2826 (or 0x8B2826) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 28 and 26. RGB value is (139,40,38). Sum of RGB (Red+Green+Blue) = 139+40+38=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2826 is #74D7D9. Grayscale: #454545. Windows color (decimal): -7657434 or 2500747. OLE color: 2500747.

HSL color Cylindrical-coordinate representation of color #8B2826: hue angle of 1.19º degrees, saturation: 0.57, 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 #8B2826 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1394038-
CMYK00.710.730.45
HSL1.19º57.06%34.71%-
HSV(B)1.19º72.66%54.51%-
XYZ11.767.152.59-
YUV69.37110.3177.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=64.06%
G=18.43%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139403800.710.730.451.1957.0634.71
Hex8B2826047492D13923
Octal213504601071115517143
Binary100010111010001001100100011110010011011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2826; }

 p { color: rgb(139,40,38); }

 H1.HeaderClassName
 {
   color: #8B2826;
 }
 .AnyTagClassName
 {
   color: #8B2826;
 }
</style>
background-color css

<style>
 a { background-color: #8B2826; }

 a { background-color: rgb(139,40,38); }

 div.DivClassName
 {
   background-color: #8B2826;
 }
 .BgClassName
 {
   background-color: #8B2826;
 }
</style>
border-color css

<style>
 span { border-color: #8B2826; }

 span { border-color: rgb(139,40,38); }

 td.TdClassName
 {
   border-color: #8B2826;
 }
 .TagClassName
 {
   border-color: #8B2826;
 }
</style>