#8B241B

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

Shades of Mandarian Orange #8B241B

Tints of Mandarian Orange #8B241B

Color information

#8B241B (or 0x8B241B) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 24 and 1B. RGB value is (139,36,27). Sum of RGB (Red+Green+Blue) = 139+36+27=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B241B is #74DBE4. Grayscale: #414141. Windows color (decimal): -7658469 or 1778827. OLE color: 1778827.

HSL color Cylindrical-coordinate representation of color #8B241B: hue angle of 4.82º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B241B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1393627-
CMYK00.740.810.45
HSL4.82º67.47%32.55%-
HSV(B)4.82º80.58%54.51%-
XYZ11.486.831.75-
YUV65.77106.12180.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=68.81%
G=17.82%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139362700.740.810.454.8267.4732.55
Hex8B241B04A512D54321
Octal2134433011212155510341
Binary10001011100100110110100101010100011011011011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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