#911E15

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

Shades of Mandarian Orange #911E15

Tints of Mandarian Orange #911E15

Color information

#911E15 (or 0x911E15) is unknown color: approx Mandarian Orange. HEX triplet: 91, 1E and 15. RGB value is (145,30,21). Sum of RGB (Red+Green+Blue) = 145+30+21=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #911E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E15 is #6EE1EA. Grayscale: #3F3F3F. Windows color (decimal): -7266795 or 1384081. OLE color: 1384081.

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

Color convert

RGB1453021-
CMYK00.790.860.43
HSL4.35º74.7%32.55%-
HSV(B)4.35º85.52%56.86%-
XYZ12.2871.41-
YUV63.36104.1186.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.98%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=73.98%
G=15.31%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145302100.790.860.434.3574.732.55
Hex911E1504F562B44b21
Octal2213625011712653411341
Binary1001000111110101010100111110101101010111001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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