#89251B

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

Shades of Mandarian Orange #89251B

Tints of Mandarian Orange #89251B

Color information

#89251B (or 0x89251B) is unknown color: approx Mandarian Orange. HEX triplet: 89, 25 and 1B. RGB value is (137,37,27). Sum of RGB (Red+Green+Blue) = 137+37+27=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89251B is #76DAE4. Grayscale: #414141. Windows color (decimal): -7789285 or 1779081. OLE color: 1779081.

HSL color Cylindrical-coordinate representation of color #89251B: hue angle of 5.45º 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 #89251B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1373727-
CMYK00.730.800.46
HSL5.45º67.07%32.16%-
HSV(B)5.45º80.29%53.73%-
XYZ11.186.721.75-
YUV65.76106.13178.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.16%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=68.16%
G=18.41%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137372700.730.800.465.4567.0732.16
Hex89251B049502E54320
Octal2114533011112056510340
Binary10001001100101110110100100110100001011101011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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