#91291F

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

Shades of Mandarian Orange #91291F

Tints of Mandarian Orange #91291F

Color information

#91291F (or 0x91291F) is unknown color: approx Mandarian Orange. HEX triplet: 91, 29 and 1F. RGB value is (145,41,31). Sum of RGB (Red+Green+Blue) = 145+41+31=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #91291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91291F is #6ED6E0. Grayscale: #474747. Windows color (decimal): -7263969 or 2042257. OLE color: 2042257.

HSL color Cylindrical-coordinate representation of color #91291F: hue angle of 5.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91291F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1454131-
CMYK00.720.790.43
HSL5.26º64.77%34.51%-
HSV(B)5.26º78.62%56.86%-
XYZ12.727.72.11-
YUV70.96105.46180.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 66.82%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 31 (12.5% from 255) = 14.29%
R=66.82%
G=18.89%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145413100.720.790.435.2664.7734.51
Hex91291F0484F2B54123
Octal2215137011011753510143
Binary10010001101001111110100100010011111010111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91291F; }

 p { color: rgb(145,41,31); }

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

<style>
 a { background-color: #91291F; }

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

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

<style>
 span { border-color: #91291F; }

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

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