#911D16

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

Shades of Mandarian Orange #911D16

Tints of Mandarian Orange #911D16

Color information

#911D16 (or 0x911D16) is unknown color: approx Mandarian Orange. HEX triplet: 91, 1D and 16. RGB value is (145,29,22). Sum of RGB (Red+Green+Blue) = 145+29+22=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #911D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D16 is #6EE2E9. Grayscale: #3F3F3F. Windows color (decimal): -7267050 or 1449361. OLE color: 1449361.

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

Color convert

RGB1452922-
CMYK00.80.850.43
HSL3.41º73.65%32.75%-
HSV(B)3.41º84.83%56.86%-
XYZ12.266.961.46-
YUV62.89104.93186.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.98%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=73.98%
G=14.80%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145292200.80.850.433.4173.6532.75
Hex911D16050552B34a21
Octal2213526012012553311241
Binary100100011110110110010100001010101101011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,29,22); }

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

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

 a { background-color: rgb(145,29,22); }

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

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

 span { border-color: rgb(145,29,22); }

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