#891F1D

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

Shades of Mandarian Orange #891F1D

Tints of Mandarian Orange #891F1D

Color information

#891F1D (or 0x891F1D) is unknown color: approx Mandarian Orange. HEX triplet: 89, 1F and 1D. RGB value is (137,31,29). Sum of RGB (Red+Green+Blue) = 137+31+29=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #891F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F1D is #76E0E2. Grayscale: #3E3E3E. Windows color (decimal): -7790819 or 1908617. OLE color: 1908617.

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

Color convert

RGB1373129-
CMYK00.770.790.46
HSL1.11º65.06%32.55%-
HSV(B)1.11º78.83%53.73%-
XYZ11.036.391.81-
YUV62.47109.12181.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.54%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=69.54%
G=15.74%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137312900.770.790.461.1165.0632.55
Hex891F1D04D4F2E14121
Octal2113735011511756110141
Binary10001001111111110101001101100111110111011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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