#8B241C

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

Shades of Mandarian Orange #8B241C

Tints of Mandarian Orange #8B241C

Color information

#8B241C (or 0x8B241C) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 24 and 1C. RGB value is (139,36,28). Sum of RGB (Red+Green+Blue) = 139+36+28=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B241C is #74DBE3. Grayscale: #424242. Windows color (decimal): -7658468 or 1844363. OLE color: 1844363.

HSL color Cylindrical-coordinate representation of color #8B241C: hue angle of 4.32º 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 #8B241C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1393628-
CMYK00.740.800.45
HSL4.32º66.47%32.75%-
HSV(B)4.32º79.86%54.51%-
XYZ11.496.831.81-
YUV65.88106.62180.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=68.47%
G=17.73%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139362800.740.800.454.3266.4732.75
Hex8B241C04A502D44221
Octal2134434011212055410241
Binary10001011100100111000100101010100001011011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,28); }

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

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

 a { background-color: rgb(139,36,28); }

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

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

 span { border-color: rgb(139,36,28); }

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