#91261A

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

Shades of Mandarian Orange #91261A

Tints of Mandarian Orange #91261A

Color information

#91261A (or 0x91261A) is unknown color: approx Mandarian Orange. HEX triplet: 91, 26 and 1A. RGB value is (145,38,26). Sum of RGB (Red+Green+Blue) = 145+38+26=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #91261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91261A is #6ED9E5. Grayscale: #444444. Windows color (decimal): -7264742 or 1713809. OLE color: 1713809.

HSL color Cylindrical-coordinate representation of color #91261A: hue angle of 6.05º 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 #91261A is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1453826-
CMYK00.740.820.43
HSL6.05º69.59%33.53%-
HSV(B)6.05º82.07%56.86%-
XYZ12.567.481.76-
YUV68.62103.95182.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.38%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=69.38%
G=18.18%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145382600.740.820.436.0569.5933.53
Hex91261A04A522B64622
Octal2214632011212253610642
Binary10010001100110110100100101010100101010111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91261A; }

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

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

<style>
 a { background-color: #91261A; }

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

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

<style>
 span { border-color: #91261A; }

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

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