#901E19

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

Shades of Mandarian Orange #901E19

Tints of Mandarian Orange #901E19

Color information

#901E19 (or 0x901E19) is unknown color: approx Mandarian Orange. HEX triplet: 90, 1E and 19. RGB value is (144,30,25). Sum of RGB (Red+Green+Blue) = 144+30+25=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E19 is #6FE1E6. Grayscale: #3F3F3F. Windows color (decimal): -7332327 or 1646224. OLE color: 1646224.

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

Color convert

RGB1443025-
CMYK00.790.830.44
HSL2.52º70.41%33.14%-
HSV(B)2.52º82.64%56.47%-
XYZ12.146.931.62-
YUV63.52106.27185.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72.36%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=72.36%
G=15.08%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144302500.790.830.442.5270.4133.14
Hex901E1904F532C34621
Octal2203631011712354310641
Binary100100001111011001010011111010011101100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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