#91190D

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

Shades of Falu Red #91190D

Tints of Falu Red #91190D

Color information

#91190D (or 0x91190D) is unknown color: approx Falu Red. HEX triplet: 91, 19 and 0D. RGB value is (145,25,13). Sum of RGB (Red+Green+Blue) = 145+25+13=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #91190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91190D is #6EE6F2. Grayscale: #3B3B3B. Windows color (decimal): -7268083 or 858513. OLE color: 858513.

HSL color Cylindrical-coordinate representation of color #91190D: hue angle of 5.45º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91190D is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1452513-
CMYK00.830.910.43
HSL5.45º83.54%30.98%-
HSV(B)5.45º91.03%56.86%-
XYZ12.16.741.04-
YUV59.51101.76188.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.23%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=79.23%
G=13.66%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145251300.830.910.435.4583.5430.98
Hex9119D0535B2B5541f
Octal2213115012313353512437
Binary10010001110011101010100111011011101011101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91190D; }

 p { color: rgb(145,25,13); }

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

<style>
 a { background-color: #91190D; }

 a { background-color: rgb(145,25,13); }

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

<style>
 span { border-color: #91190D; }

 span { border-color: rgb(145,25,13); }

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