#911A0C

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

Shades of Falu Red #911A0C

Tints of Falu Red #911A0C

Color information

#911A0C (or 0x911A0C) is unknown color: approx Falu Red. HEX triplet: 91, 1A and 0C. RGB value is (145,26,12). Sum of RGB (Red+Green+Blue) = 145+26+12=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #911A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911A0C is #6EE5F3. Grayscale: #3C3C3C. Windows color (decimal): -7267828 or 793233. OLE color: 793233.

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

Color convert

RGB1452612-
CMYK00.820.920.43
HSL6.32º84.71%30.78%-
HSV(B)6.32º91.72%56.86%-
XYZ12.116.791.02-
YUV59.98100.92188.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.23%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=79.23%
G=14.21%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145261200.820.920.436.3284.7130.78
Hex911AC0525C2B6551f
Octal2213214012213453612537
Binary10010001110101100010100101011100101011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,26,12); }

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

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

 a { background-color: rgb(145,26,12); }

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

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

 span { border-color: rgb(145,26,12); }

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