#91241E

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

Shades of Mandarian Orange #91241E

Tints of Mandarian Orange #91241E

Color information

#91241E (or 0x91241E) is unknown color: approx Mandarian Orange. HEX triplet: 91, 24 and 1E. RGB value is (145,36,30). Sum of RGB (Red+Green+Blue) = 145+36+30=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91241E is #6EDBE1. Grayscale: #444444. Windows color (decimal): -7265250 or 1975441. OLE color: 1975441.

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

Color convert

RGB1453630-
CMYK00.750.790.43
HSL3.13º65.71%34.31%-
HSV(B)3.13º79.31%56.86%-
XYZ12.547.381.99-
YUV67.91106.61182.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.72%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=68.72%
G=17.06%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145363000.750.790.433.1365.7134.31
Hex91241E04B4F2B34222
Octal2214436011311753310242
Binary1001000110010011110010010111001111101011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91241E; }

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

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

<style>
 a { background-color: #91241E; }

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

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

<style>
 span { border-color: #91241E; }

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

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