#901F01

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

Shades of Falu Red #901F01

Tints of Falu Red #901F01

Color information

#901F01 (or 0x901F01) is unknown color: approx Falu Red. HEX triplet: 90, 1F and 01. RGB value is (144,31,1). Sum of RGB (Red+Green+Blue) = 144+31+1=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #901F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F01 is #6FE0FE. Grayscale: #3D3D3D. Windows color (decimal): -7332095 or 73616. OLE color: 73616.

HSL color Cylindrical-coordinate representation of color #901F01: hue angle of 12.59º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #901F01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144311-
CMYK00.780.990.44
HSL12.59º98.62%28.43%-
HSV(B)12.59º99.31%56.47%-
XYZ126.910.73-
YUV61.3793.94186.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.82%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=81.82%
G=17.61%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14431100.780.990.4412.5998.6228.43
Hex901F104E632Cd631c
Octal2203710116143541514334
Binary100100001111110100111011000111011001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,31,1); }

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

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

 a { background-color: rgb(144,31,1); }

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

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

 span { border-color: rgb(144,31,1); }

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