#901E16

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

Shades of Mandarian Orange #901E16

Tints of Mandarian Orange #901E16

Color information

#901E16 (or 0x901E16) is unknown color: approx Mandarian Orange. HEX triplet: 90, 1E and 16. RGB value is (144,30,22). Sum of RGB (Red+Green+Blue) = 144+30+22=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #901E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E16 is #6FE1E9. Grayscale: #3F3F3F. Windows color (decimal): -7332330 or 1449616. OLE color: 1449616.

HSL color Cylindrical-coordinate representation of color #901E16: hue angle of 3.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901E16 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1443022-
CMYK00.790.850.44
HSL3.93º73.49%32.55%-
HSV(B)3.93º84.72%56.47%-
XYZ12.116.921.46-
YUV63.17104.77185.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.47%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=73.47%
G=15.31%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144302200.790.850.443.9373.4932.55
Hex901E1604F552C44921
Octal2203626011712554411141
Binary1001000011110101100100111110101011011001001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901E16; }

 p { color: rgb(144,30,22); }

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

<style>
 a { background-color: #901E16; }

 a { background-color: rgb(144,30,22); }

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

<style>
 span { border-color: #901E16; }

 span { border-color: rgb(144,30,22); }

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