#8B2625

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

Shades of Mandarian Orange #8B2625

Tints of Mandarian Orange #8B2625

Color information

#8B2625 (or 0x8B2625) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 26 and 25. RGB value is (139,38,37). Sum of RGB (Red+Green+Blue) = 139+38+37=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2625 is #74D9DA. Grayscale: #444444. Windows color (decimal): -7657947 or 2434699. OLE color: 2434699.

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

Color convert

RGB1393837-
CMYK00.730.730.45
HSL0.59º57.95%34.51%-
HSV(B)0.59º73.38%54.51%-
XYZ11.677.012.49-
YUV68.08110.46178.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=64.95%
G=17.76%
B=17.29%

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
Decimal139383700.730.730.450.5957.9534.51
Hex8B2625049492D13a23
Octal213464501111115517243
Binary100010111001101001010100100110010011011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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