#901E10

Color #901E10 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #901E10

Tints of Falu Red #901E10

Color information

#901E10 (or 0x901E10) is unknown color: approx Falu Red. HEX triplet: 90, 1E and 10. RGB value is (144,30,16). Sum of RGB (Red+Green+Blue) = 144+30+16=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #901E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E10 is #6FE1EF. Grayscale: #3E3E3E. Windows color (decimal): -7332336 or 1056400. OLE color: 1056400.

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

Color convert

RGB1443016-
CMYK00.790.890.44
HSL6.56º80%31.37%-
HSV(B)6.56º88.89%56.47%-
XYZ12.066.91.19-
YUV62.49101.77186.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.79%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=75.79%
G=15.79%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144301600.790.890.446.568031.37
Hex901E1004F592C7501f
Octal2203620011713154712037
Binary100100001111010000010011111011001101100111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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