#91231C

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

Shades of Mandarian Orange #91231C

Tints of Mandarian Orange #91231C

Color information

#91231C (or 0x91231C) is unknown color: approx Mandarian Orange. HEX triplet: 91, 23 and 1C. RGB value is (145,35,28). Sum of RGB (Red+Green+Blue) = 145+35+28=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91231C is #6EDCE3. Grayscale: #434343. Windows color (decimal): -7265508 or 1844113. OLE color: 1844113.

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

Color convert

RGB1453528-
CMYK00.760.810.43
HSL3.59º67.63%33.92%-
HSV(B)3.59º80.69%56.86%-
XYZ12.497.311.85-
YUV67.09105.94183.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=69.71%
G=16.83%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145352800.760.810.433.5967.6333.92
Hex91231C04C512B44422
Octal2214334011412153410442
Binary10010001100011111000100110010100011010111001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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