#901C13

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

Shades of Falu Red #901C13

Tints of Falu Red #901C13

Color information

#901C13 (or 0x901C13) is unknown color: approx Falu Red. HEX triplet: 90, 1C and 13. RGB value is (144,28,19). Sum of RGB (Red+Green+Blue) = 144+28+19=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #901C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C13 is #6FE3EC. Grayscale: #3D3D3D. Windows color (decimal): -7332845 or 1252496. OLE color: 1252496.

HSL color Cylindrical-coordinate representation of color #901C13: hue angle of 4.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901C13 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1442819-
CMYK00.810.870.44
HSL4.32º76.69%31.96%-
HSV(B)4.32º86.81%56.47%-
XYZ12.036.811.3-
YUV61.66103.93186.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.39%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=75.39%
G=14.66%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144281900.810.870.444.3276.6931.96
Hex901C13051572C44d20
Octal2203423012112754411540
Binary1001000011100100110101000110101111011001001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,19); }

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

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

 a { background-color: rgb(144,28,19); }

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

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

 span { border-color: rgb(144,28,19); }

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