#902409

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

Shades of Falu Red #902409

Tints of Falu Red #902409

Color information

#902409 (or 0x902409) is unknown color: approx Falu Red. HEX triplet: 90, 24 and 09. RGB value is (144,36,9). Sum of RGB (Red+Green+Blue) = 144+36+9=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #902409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902409 is #6FDBF6. Grayscale: #414141. Windows color (decimal): -7330807 or 599184. OLE color: 599184.

HSL color Cylindrical-coordinate representation of color #902409: hue angle of 12º degrees, saturation: 0.88, 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 #902409 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB144369-
CMYK00.750.940.44
HSL12º88.24%30%-
HSV(B)12º93.75%56.47%-
XYZ12.187.211.01-
YUV65.2196.28184.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.19%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=76.19%
G=19.05%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14436900.750.940.441288.2430
Hex9024904B5E2Cc581e
Octal22044110113136541413036
Binary1001000010010010010100101110111101011001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902409; }

 p { color: rgb(144,36,9); }

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

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

 a { background-color: rgb(144,36,9); }

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

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

 span { border-color: rgb(144,36,9); }

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