#901812

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

Shades of Falu Red #901812

Tints of Falu Red #901812

Color information

#901812 (or 0x901812) is unknown color: approx Falu Red. HEX triplet: 90, 18 and 12. RGB value is (144,24,18). Sum of RGB (Red+Green+Blue) = 144+24+18=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901812 is #6FE7ED. Grayscale: #3B3B3B. Windows color (decimal): -7333870 or 1185936. OLE color: 1185936.

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

Color convert

RGB1442418-
CMYK00.830.880.44
HSL2.86º77.78%31.76%-
HSV(B)2.86º87.5%56.47%-
XYZ11.946.631.22-
YUV59.2104.76188.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.42%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=77.42%
G=12.90%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144241800.830.880.442.8677.7831.76
Hex901812053582C34e20
Octal2203022012313054311640
Binary100100001100010010010100111011000101100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901812; }

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

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

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

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

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

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

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

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