#911F0F

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

Shades of Falu Red #911F0F

Tints of Falu Red #911F0F

Color information

#911F0F (or 0x911F0F) is unknown color: approx Falu Red. HEX triplet: 91, 1F and 0F. RGB value is (145,31,15). Sum of RGB (Red+Green+Blue) = 145+31+15=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #911F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F0F is #6EE0F0. Grayscale: #3F3F3F. Windows color (decimal): -7266545 or 991121. OLE color: 991121.

HSL color Cylindrical-coordinate representation of color #911F0F: hue angle of 7.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #911F0F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1453115-
CMYK00.790.900.43
HSL7.38º81.25%31.37%-
HSV(B)7.38º89.66%56.86%-
XYZ12.257.031.16-
YUV63.26100.77186.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.92%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=75.92%
G=16.23%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145311500.790.900.437.3881.2531.37
Hex911FF04F5A2B7511f
Octal2213717011713253712137
Binary10010001111111111010011111011010101011111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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