#90120D

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

Shades of Falu Red #90120D

Tints of Falu Red #90120D

Color information

#90120D (or 0x90120D) is unknown color: approx Falu Red. HEX triplet: 90, 12 and 0D. RGB value is (144,18,13). Sum of RGB (Red+Green+Blue) = 144+18+13=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #90120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90120D is #6FEDF2. Grayscale: #373737. Windows color (decimal): -7335411 or 856720. OLE color: 856720.

HSL color Cylindrical-coordinate representation of color #90120D: hue angle of 2.29º 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 #90120D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1441813-
CMYK00.880.910.44
HSL2.29º83.44%30.78%-
HSV(B)2.29º90.97%56.47%-
XYZ11.796.390.99-
YUV55.1104.24191.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.29%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=82.29%
G=10.29%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144181300.880.910.442.2983.4430.78
Hex9012D0585B2C2531f
Octal2202215013013354212337
Binary1001000010010110101011000101101110110010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90120D; }

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

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

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

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

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

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

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

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