#901808

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

Shades of Falu Red #901808

Tints of Falu Red #901808

Color information

#901808 (or 0x901808) is unknown color: approx Falu Red. HEX triplet: 90, 18 and 08. RGB value is (144,24,8). Sum of RGB (Red+Green+Blue) = 144+24+8=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #901808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901808 is #6FE7F7. Grayscale: #3A3A3A. Windows color (decimal): -7333880 or 530576. OLE color: 530576.

HSL color Cylindrical-coordinate representation of color #901808: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901808 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB144248-
CMYK00.830.940.44
HSL7.06º89.47%29.8%-
HSV(B)7.06º94.44%56.47%-
XYZ11.876.60.88-
YUV58.0699.76189.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.82%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=81.82%
G=13.64%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14424800.830.940.447.0689.4729.8
Hex901880535E2C7591e
Octal2203010012313654713136
Binary10010000110001000010100111011110101100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901808; }

 p { color: rgb(144,24,8); }

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

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

 a { background-color: rgb(144,24,8); }

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

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

 span { border-color: rgb(144,24,8); }

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