#89201C

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

Shades of Mandarian Orange #89201C

Tints of Mandarian Orange #89201C

Color information

#89201C (or 0x89201C) is unknown color: approx Mandarian Orange. HEX triplet: 89, 20 and 1C. RGB value is (137,32,28). Sum of RGB (Red+Green+Blue) = 137+32+28=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89201C is #76DFE3. Grayscale: #3F3F3F. Windows color (decimal): -7790564 or 1843337. OLE color: 1843337.

HSL color Cylindrical-coordinate representation of color #89201C: hue angle of 2.2º degrees, saturation: 0.66, 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 #89201C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1373228-
CMYK00.770.800.46
HSL2.2º66.06%32.35%-
HSV(B)2.2º79.56%53.73%-
XYZ11.046.441.76-
YUV62.94108.29180.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.54%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=69.54%
G=16.24%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137322800.770.800.462.266.0632.35
Hex89201C04D502E24220
Octal2114034011512056210240
Binary1000100110000011100010011011010000101110101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89201C; }

 p { color: rgb(137,32,28); }

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

<style>
 a { background-color: #89201C; }

 a { background-color: rgb(137,32,28); }

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

<style>
 span { border-color: #89201C; }

 span { border-color: rgb(137,32,28); }

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