#911C12

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

Shades of Falu Red #911C12

Tints of Falu Red #911C12

Color information

#911C12 (or 0x911C12) is unknown color: approx Falu Red. HEX triplet: 91, 1C and 12. RGB value is (145,28,18). Sum of RGB (Red+Green+Blue) = 145+28+18=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #911C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C12 is #6EE3ED. Grayscale: #3D3D3D. Windows color (decimal): -7267310 or 1186961. OLE color: 1186961.

HSL color Cylindrical-coordinate representation of color #911C12: hue angle of 4.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911C12 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1452818-
CMYK00.810.880.43
HSL4.72º77.91%31.96%-
HSV(B)4.72º87.59%56.86%-
XYZ12.26.891.26-
YUV61.84103.26187.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.92%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=75.92%
G=14.66%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145281800.810.880.434.7277.9131.96
Hex911C12051582B54e20
Octal2213422012113053511640
Binary1001000111100100100101000110110001010111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,28,18); }

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

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

 a { background-color: rgb(145,28,18); }

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

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

 span { border-color: rgb(145,28,18); }

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