#911B15

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

Shades of Mandarian Orange #911B15

Tints of Mandarian Orange #911B15

Color information

#911B15 (or 0x911B15) is unknown color: approx Mandarian Orange. HEX triplet: 91, 1B and 15. RGB value is (145,27,21). Sum of RGB (Red+Green+Blue) = 145+27+21=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #911B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B15 is #6EE4EA. Grayscale: #3D3D3D. Windows color (decimal): -7267563 or 1383313. OLE color: 1383313.

HSL color Cylindrical-coordinate representation of color #911B15: hue angle of 2.9º 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 #911B15 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1452721-
CMYK00.810.860.43
HSL2.9º74.7%32.55%-
HSV(B)2.9º85.52%56.86%-
XYZ12.26.861.39-
YUV61.6105.09187.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.13%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=75.13%
G=13.99%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145272100.810.860.432.974.732.55
Hex911B15051562B34b21
Octal2213325012112653311341
Binary100100011101110101010100011010110101011111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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