#8B2521

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

Shades of Mandarian Orange #8B2521

Tints of Mandarian Orange #8B2521

Color information

#8B2521 (or 0x8B2521) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 25 and 21. RGB value is (139,37,33). Sum of RGB (Red+Green+Blue) = 139+37+33=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2521 is #74DADE. Grayscale: #434343. Windows color (decimal): -7658207 or 2172299. OLE color: 2172299.

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

Color convert

RGB1393733-
CMYK00.730.760.45
HSL2.26º61.63%33.73%-
HSV(B)2.26º76.26%54.51%-
XYZ11.586.922.16-
YUV67.04108.79179.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.51%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=66.51%
G=17.70%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139373300.730.760.452.2661.6333.73
Hex8B25210494C2D23e22
Octal213454101111145527642
Binary1000101110010110000101001001100110010110110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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