#911F06

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

Shades of Falu Red #911F06

Tints of Falu Red #911F06

Color information

#911F06 (or 0x911F06) is unknown color: approx Falu Red. HEX triplet: 91, 1F and 06. RGB value is (145,31,6). Sum of RGB (Red+Green+Blue) = 145+31+6=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #911F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F06 is #6EE0F9. Grayscale: #3E3E3E. Windows color (decimal): -7266554 or 401297. OLE color: 401297.

HSL color Cylindrical-coordinate representation of color #911F06: hue angle of 10.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #911F06 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145316-
CMYK00.790.960.43
HSL10.79º92.05%29.61%-
HSV(B)10.79º95.86%56.86%-
XYZ12.27.010.88-
YUV62.2496.27187.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.67%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=79.67%
G=17.03%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14531600.790.960.4310.7992.0529.61
Hex911F604F602Bb5c1e
Octal2213760117140531313436
Binary10010001111111100100111111000001010111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911F06; }

 p { color: rgb(145,31,6); }

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

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

 a { background-color: rgb(145,31,6); }

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

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

 span { border-color: rgb(145,31,6); }

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