#89241f

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

Shades of Mandarian Orange #89241F

Tints of Mandarian Orange #89241F

Color information

#89241F (or 0x89241F) is unknown color: approx Mandarian Orange. HEX triplet: 89, 24 and 1F. RGB value is (137,36,31). Sum of RGB (Red+Green+Blue) = 137+36+31=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89241F is #76DBE0. Grayscale: #414141. Windows color (decimal): -7789537 or 2040969. OLE color: 2040969.

HSL color Cylindrical-coordinate representation of color #89241F: hue angle of 2.83º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89241F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1373631-
CMYK00.740.770.46
HSL2.83º63.1%32.94%-
HSV(B)2.83º77.37%53.73%-
XYZ11.196.682-
YUV65.63108.46178.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=67.16%
G=17.65%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137363100.740.770.462.8363.132.94
Hex89241F04A4D2E33f21
Octal211443701121155637741
Binary100010011001001111101001010100110110111011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89241f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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