#912409

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

Shades of Falu Red #912409

Tints of Falu Red #912409

Color information

#912409 (or 0x912409) is unknown color: approx Falu Red. HEX triplet: 91, 24 and 09. RGB value is (145,36,9). Sum of RGB (Red+Green+Blue) = 145+36+9=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #912409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912409 is #6EDBF6. Grayscale: #414141. Windows color (decimal): -7265271 or 599185. OLE color: 599185.

HSL color Cylindrical-coordinate representation of color #912409: hue angle of 11.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #912409 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145369-
CMYK00.750.940.43
HSL11.91º88.31%30.2%-
HSV(B)11.91º93.79%56.86%-
XYZ12.367.31.02-
YUV65.5196.11184.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 9 (3.91% from 255) = 4.74%
R=76.32%
G=18.95%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14536900.750.940.4311.9188.3130.2
Hex9124904B5E2Bc581e
Octal22144110113136531413036
Binary1001000110010010010100101110111101010111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912409; }

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

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

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

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

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

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

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

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