#8B231F

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

Shades of Mandarian Orange #8B231F

Tints of Mandarian Orange #8B231F

Color information

#8B231F (or 0x8B231F) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 23 and 1F. RGB value is (139,35,31). Sum of RGB (Red+Green+Blue) = 139+35+31=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B231F is #74DCE0. Grayscale: #414141. Windows color (decimal): -7658721 or 2040715. OLE color: 2040715.

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

Color convert

RGB1393531-
CMYK00.750.780.45
HSL2.22º63.53%33.33%-
HSV(B)2.22º77.7%54.51%-
XYZ11.56.792-
YUV65.64108.46180.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=67.80%
G=17.07%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139353100.750.780.452.2263.5333.33
Hex8B231F04B4E2D24021
Octal2134337011311655210041
Binary1000101110001111111010010111001110101101101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,35,31); }

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

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

 a { background-color: rgb(139,35,31); }

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

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

 span { border-color: rgb(139,35,31); }

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