#97160D

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

Shades of Falu Red #97160D

Tints of Falu Red #97160D

Color information

#97160D (or 0x97160D) is unknown color: approx Falu Red. HEX triplet: 97, 16 and 0D. RGB value is (151,22,13). Sum of RGB (Red+Green+Blue) = 151+22+13=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #97160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97160D is #68E9F2. Grayscale: #3B3B3B. Windows color (decimal): -6875635 or 857751. OLE color: 857751.

HSL color Cylindrical-coordinate representation of color #97160D: hue angle of 3.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97160D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1512213-
CMYK00.850.910.41
HSL3.91º84.15%32.16%-
HSV(B)3.91º91.39%59.22%-
XYZ13.127.181.08-
YUV59.54101.74193.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.18%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=81.18%
G=11.83%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151221300.850.910.413.9184.1532.16
Hex9716D0555B2945420
Octal2272615012513351412440
Binary100101111011011010101010110110111010011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,22,13); }

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

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

 a { background-color: rgb(151,22,13); }

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

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

 span { border-color: rgb(151,22,13); }

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