#911A1A

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

Shades of Mandarian Orange #911A1A

Tints of Mandarian Orange #911A1A

Color information

#911A1A (or 0x911A1A) is unknown color: approx Mandarian Orange. HEX triplet: 91, 1A and 1A. RGB value is (145,26,26). Sum of RGB (Red+Green+Blue) = 145+26+26=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911A1A is #6EE5E5. Grayscale: #3D3D3D. Windows color (decimal): -7267814 or 1710737. OLE color: 1710737.

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

Color convert

RGB1452626-
CMYK00.820.820.43
HSL69.59%33.53%-
HSV(B)82.07%56.86%-
XYZ12.236.831.65-
YUV61.58107.92187.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=73.60%
G=13.20%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145262600.820.820.43069.5933.53
Hex911A1A052522B04622
Octal2213232012212253010642
Binary10010001110101101001010010101001010101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,26,26); }

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

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

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

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

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

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

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