#91100E

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

Shades of Falu Red #91100E

Tints of Falu Red #91100E

Color information

#91100E (or 0x91100E) is unknown color: approx Falu Red. HEX triplet: 91, 10 and 0E. RGB value is (145,16,14). Sum of RGB (Red+Green+Blue) = 145+16+14=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #91100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91100E is #6EEFF1. Grayscale: #363636. Windows color (decimal): -7270386 or 921745. OLE color: 921745.

HSL color Cylindrical-coordinate representation of color #91100E: hue angle of 0.92º degrees, saturation: 0.82, 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 #91100E is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1451614-
CMYK00.890.900.43
HSL0.92º82.39%31.18%-
HSV(B)0.92º90.34%56.86%-
XYZ11.946.421.03-
YUV54.34105.24192.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 82.86%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 14 (5.86% from 255) = 8%
R=82.86%
G=9.14%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145161400.890.900.430.9282.3931.18
Hex9110E0595A2B1521f
Octal2212016013113253112237
Binary100100011000011100101100110110101010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91100E; }

 p { color: rgb(145,16,14); }

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

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

 a { background-color: rgb(145,16,14); }

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

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

 span { border-color: rgb(145,16,14); }

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