#89241B

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

Shades of Mandarian Orange #89241B

Tints of Mandarian Orange #89241B

Color information

#89241B (or 0x89241B) is unknown color: approx Mandarian Orange. HEX triplet: 89, 24 and 1B. RGB value is (137,36,27). Sum of RGB (Red+Green+Blue) = 137+36+27=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89241B is #76DBE4. Grayscale: #414141. Windows color (decimal): -7789541 or 1778825. OLE color: 1778825.

HSL color Cylindrical-coordinate representation of color #89241B: hue angle of 4.91º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89241B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1373627-
CMYK00.740.800.46
HSL4.91º67.07%32.16%-
HSV(B)4.91º80.29%53.73%-
XYZ11.156.661.73-
YUV65.17106.46179.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=68.5%
G=18%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137362700.740.800.464.9167.0732.16
Hex89241B04A502E54320
Octal2114433011212056510340
Binary10001001100100110110100101010100001011101011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89241B; }

 p { color: rgb(137,36,27); }

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

<style>
 a { background-color: #89241B; }

 a { background-color: rgb(137,36,27); }

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

<style>
 span { border-color: #89241B; }

 span { border-color: rgb(137,36,27); }

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