#901714

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

Shades of Falu Red #901714

Tints of Falu Red #901714

Color information

#901714 (or 0x901714) is unknown color: approx Falu Red. HEX triplet: 90, 17 and 14. RGB value is (144,23,20). Sum of RGB (Red+Green+Blue) = 144+23+20=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #901714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901714 is #6FE8EB. Grayscale: #3A3A3A. Windows color (decimal): -7334124 or 1316752. OLE color: 1316752.

HSL color Cylindrical-coordinate representation of color #901714: hue angle of 1.45º 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 #901714 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1442320-
CMYK00.840.860.44
HSL1.45º75.61%32.16%-
HSV(B)1.45º86.11%56.47%-
XYZ11.936.591.31-
YUV58.84106.09188.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.01%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=77.01%
G=12.30%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144232000.840.860.441.4575.6132.16
Hex901714054562C14c20
Octal2202724012412654111440
Binary10010000101111010001010100101011010110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901714; }

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

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

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

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

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

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

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

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