#911f1e

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

Shades of Mandarian Orange #911F1E

Tints of Mandarian Orange #911F1E

Color information

#911F1E (or 0x911F1E) is unknown color: approx Mandarian Orange. HEX triplet: 91, 1F and 1E. RGB value is (145,31,30). Sum of RGB (Red+Green+Blue) = 145+31+30=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #911F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911F1E is #6EE0E1. Grayscale: #414141. Windows color (decimal): -7266530 or 1974161. OLE color: 1974161.

HSL color Cylindrical-coordinate representation of color #911F1E: hue angle of 0.52º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F1E is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1453130-
CMYK00.790.790.43
HSL0.52º65.71%34.31%-
HSV(B)0.52º79.31%56.86%-
XYZ12.47.091.94-
YUV64.97108.27185.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=70.39%
G=15.05%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145313000.790.790.430.5265.7134.31
Hex911F1E04F4F2B14222
Octal2213736011711753110242
Binary10010001111111111001001111100111110101111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911f1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911f1e; }

 p { color: rgb(145,31,30); }

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

<style>
 a { background-color: #911f1e; }

 a { background-color: rgb(145,31,30); }

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

<style>
 span { border-color: #911f1e; }

 span { border-color: rgb(145,31,30); }

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