#8B2A29

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

Shades of Mandarian Orange #8B2A29

Tints of Mandarian Orange #8B2A29

Color information

#8B2A29 (or 0x8B2A29) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 2A and 29. RGB value is (139,42,41). Sum of RGB (Red+Green+Blue) = 139+42+41=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A29 is #74D5D6. Grayscale: #464646. Windows color (decimal): -7656919 or 2697867. OLE color: 2697867.

HSL color Cylindrical-coordinate representation of color #8B2A29: hue angle of 0.61º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2A29 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1394241-
CMYK00.700.710.45
HSL0.61º54.44%35.29%-
HSV(B)0.61º70.5%54.51%-
XYZ11.887.32.88-
YUV70.89111.14176.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=62.61%
G=18.92%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139424100.700.710.450.6154.4435.29
Hex8B2A29046472D13623
Octal213525101061075516643
Binary100010111010101010010100011010001111011011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,41); }

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

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

 a { background-color: rgb(139,42,41); }

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

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

 span { border-color: rgb(139,42,41); }

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