#901614

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

Shades of Falu Red #901614

Tints of Falu Red #901614

Color information

#901614 (or 0x901614) is unknown color: approx Falu Red. HEX triplet: 90, 16 and 14. RGB value is (144,22,20). Sum of RGB (Red+Green+Blue) = 144+22+20=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901614 is #6FE9EB. Grayscale: #3A3A3A. Windows color (decimal): -7334380 or 1316496. OLE color: 1316496.

HSL color Cylindrical-coordinate representation of color #901614: hue angle of 0.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901614 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1442220-
CMYK00.850.860.44
HSL0.97º75.61%32.16%-
HSV(B)0.97º86.11%56.47%-
XYZ11.916.551.3-
YUV58.25106.42189.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.42%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=77.42%
G=11.83%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144222000.850.860.440.9775.6132.16
Hex901614055562C14c20
Octal2202624012512654111440
Binary10010000101101010001010101101011010110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901614; }

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

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

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

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

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

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

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

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