#891F1B

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

Shades of Mandarian Orange #891F1B

Tints of Mandarian Orange #891F1B

Color information

#891F1B (or 0x891F1B) is unknown color: approx Mandarian Orange. HEX triplet: 89, 1F and 1B. RGB value is (137,31,27). Sum of RGB (Red+Green+Blue) = 137+31+27=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F1B is #76E0E4. Grayscale: #3E3E3E. Windows color (decimal): -7790821 or 1777545. OLE color: 1777545.

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

Color convert

RGB1373127-
CMYK00.770.800.46
HSL2.18º67.07%32.16%-
HSV(B)2.18º80.29%53.73%-
XYZ116.381.69-
YUV62.24108.12181.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=70.26%
G=15.90%
B=13.85%

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
Decimal137312700.770.800.462.1867.0732.16
Hex891F1B04D502E24320
Octal2113733011512056210340
Binary100010011111111011010011011010000101110101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891F1B; }

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

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

<style>
 a { background-color: #891F1B; }

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

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

<style>
 span { border-color: #891F1B; }

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

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