#901C0D

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

Shades of Falu Red #901C0D

Tints of Falu Red #901C0D

Color information

#901C0D (or 0x901C0D) is unknown color: approx Falu Red. HEX triplet: 90, 1C and 0D. RGB value is (144,28,13). Sum of RGB (Red+Green+Blue) = 144+28+13=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #901C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C0D is #6FE3F2. Grayscale: #3D3D3D. Windows color (decimal): -7332851 or 859280. OLE color: 859280.

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

Color convert

RGB1442813-
CMYK00.810.910.44
HSL6.87º83.44%30.78%-
HSV(B)6.87º90.97%56.47%-
XYZ11.996.791.06-
YUV60.97100.93187.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.84%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=77.84%
G=15.14%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144281300.810.910.446.8783.4430.78
Hex901CD0515B2C7531f
Octal2203415012113354712337
Binary10010000111001101010100011011011101100111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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