#901D01

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

Shades of Falu Red #901D01

Tints of Falu Red #901D01

Color information

#901D01 (or 0x901D01) is unknown color: approx Falu Red. HEX triplet: 90, 1D and 01. RGB value is (144,29,1). Sum of RGB (Red+Green+Blue) = 144+29+1=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #901D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D01 is #6FE2FE. Grayscale: #3C3C3C. Windows color (decimal): -7332607 or 73104. OLE color: 73104.

HSL color Cylindrical-coordinate representation of color #901D01: hue angle of 11.75º 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 #901D01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144291-
CMYK00.800.990.44
HSL11.75º98.62%28.43%-
HSV(B)11.75º99.31%56.47%-
XYZ11.956.810.71-
YUV60.1994.6187.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.76%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=82.76%
G=16.67%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14429100.800.990.4411.7598.6228.43
Hex901D1050632Cc631c
Octal2203510120143541414334
Binary100100001110110101000011000111011001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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