#8B2626

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

Shades of Mandarian Orange #8B2626

Tints of Mandarian Orange #8B2626

Color information

#8B2626 (or 0x8B2626) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 26 and 26. RGB value is (139,38,38). Sum of RGB (Red+Green+Blue) = 139+38+38=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2626 is #74D9D9. Grayscale: #444444. Windows color (decimal): -7657946 or 2500235. OLE color: 2500235.

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

Color convert

RGB1393838-
CMYK00.730.730.45
HSL57.06%34.71%-
HSV(B)72.66%54.51%-
XYZ11.697.022.57-
YUV68.2110.96178.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=64.65%
G=17.67%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139383800.730.730.45057.0634.71
Hex8B2626049492D03923
Octal213464601111115507143
Binary100010111001101001100100100110010011011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,38); }

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

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

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

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

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

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

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