#89261e

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

Shades of Mandarian Orange #89261E

Tints of Mandarian Orange #89261E

Color information

#89261E (or 0x89261E) is unknown color: approx Mandarian Orange. HEX triplet: 89, 26 and 1E. RGB value is (137,38,30). Sum of RGB (Red+Green+Blue) = 137+38+30=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #89261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89261E is #76D9E1. Grayscale: #424242. Windows color (decimal): -7789026 or 1975945. OLE color: 1975945.

HSL color Cylindrical-coordinate representation of color #89261E: hue angle of 4.49º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89261E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1373830-
CMYK00.720.780.46
HSL4.49º64.07%32.75%-
HSV(B)4.49º78.1%53.73%-
XYZ11.246.81.95-
YUV66.69107.3178.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.83%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=66.83%
G=18.54%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137383000.720.780.464.4964.0732.75
Hex89261E0484E2E44021
Octal2114636011011656410041
Binary10001001100110111100100100010011101011101001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89261e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89261e; }

 p { color: rgb(137,38,30); }

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

<style>
 a { background-color: #89261e; }

 a { background-color: rgb(137,38,30); }

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

<style>
 span { border-color: #89261e; }

 span { border-color: rgb(137,38,30); }

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