#912109

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

Shades of Falu Red #912109

Tints of Falu Red #912109

Color information

#912109 (or 0x912109) is unknown color: approx Falu Red. HEX triplet: 91, 21 and 09. RGB value is (145,33,9). Sum of RGB (Red+Green+Blue) = 145+33+9=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #912109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912109 is #6EDEF6. Grayscale: #3F3F3F. Windows color (decimal): -7266039 or 598417. OLE color: 598417.

HSL color Cylindrical-coordinate representation of color #912109: hue angle of 10.59º 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 #912109 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145339-
CMYK00.770.940.43
HSL10.59º88.31%30.2%-
HSV(B)10.59º93.79%56.86%-
XYZ12.277.130.99-
YUV63.7597.11185.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.54%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=77.54%
G=17.65%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14533900.770.940.4310.5988.3130.2
Hex9121904D5E2Bb581e
Octal22141110115136531313036
Binary1001000110000110010100110110111101010111011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912109; }

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

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

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

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

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

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

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

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