#91231A

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

Shades of Mandarian Orange #91231A

Tints of Mandarian Orange #91231A

Color information

#91231A (or 0x91231A) is unknown color: approx Mandarian Orange. HEX triplet: 91, 23 and 1A. RGB value is (145,35,26). Sum of RGB (Red+Green+Blue) = 145+35+26=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91231A is #6EDCE5. Grayscale: #434343. Windows color (decimal): -7265510 or 1713041. OLE color: 1713041.

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

Color convert

RGB1453526-
CMYK00.760.820.43
HSL4.54º69.59%33.53%-
HSV(B)4.54º82.07%56.86%-
XYZ12.467.31.73-
YUV66.86104.94183.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=70.39%
G=16.99%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145352600.760.820.434.5469.5933.53
Hex91231A04C522B54622
Octal2214332011412253510642
Binary10010001100011110100100110010100101010111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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