#89271C

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

Shades of Mandarian Orange #89271C

Tints of Mandarian Orange #89271C

Color information

#89271C (or 0x89271C) is unknown color: approx Mandarian Orange. HEX triplet: 89, 27 and 1C. RGB value is (137,39,28). Sum of RGB (Red+Green+Blue) = 137+39+28=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89271C is #76D8E3. Grayscale: #434343. Windows color (decimal): -7788772 or 1845129. OLE color: 1845129.

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

Color convert

RGB1373928-
CMYK00.720.800.46
HSL6.06º66.06%32.35%-
HSV(B)6.06º79.56%53.73%-
XYZ11.256.851.83-
YUV67.05105.97177.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=67.16%
G=19.12%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137392800.720.800.466.0666.0632.35
Hex89271C048502E64220
Octal2114734011012056610240
Binary10001001100111111000100100010100001011101101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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