#8B2928

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

Shades of Mandarian Orange #8B2928

Tints of Mandarian Orange #8B2928

Color information

#8B2928 (or 0x8B2928) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 29 and 28. RGB value is (139,41,40). Sum of RGB (Red+Green+Blue) = 139+41+40=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2928 is #74D6D7. Grayscale: #464646. Windows color (decimal): -7657176 or 2632075. OLE color: 2632075.

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

Color convert

RGB1394140-
CMYK00.710.710.45
HSL0.61º55.31%35.1%-
HSV(B)0.61º71.22%54.51%-
XYZ11.827.232.78-
YUV70.19110.97177.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=63.18%
G=18.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139414000.710.710.450.6155.3135.1
Hex8B2928047472D13723
Octal213515001071075516743
Binary100010111010011010000100011110001111011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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