#97150E

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

Shades of Falu Red #97150E

Tints of Falu Red #97150E

Color information

#97150E (or 0x97150E) is unknown color: approx Falu Red. HEX triplet: 97, 15 and 0E. RGB value is (151,21,14). Sum of RGB (Red+Green+Blue) = 151+21+14=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #97150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97150E is #68EAF1. Grayscale: #3B3B3B. Windows color (decimal): -6875890 or 923031. OLE color: 923031.

HSL color Cylindrical-coordinate representation of color #97150E: hue angle of 3.07º degrees, saturation: 0.83, 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 #97150E is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1512114-
CMYK00.860.910.41
HSL3.07º83.03%32.35%-
HSV(B)3.07º90.73%59.22%-
XYZ13.117.151.1-
YUV59.07102.57193.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.18%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=81.18%
G=11.29%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151211400.860.910.413.0783.0332.35
Hex9715E0565B2935320
Octal2272516012613351312340
Binary10010111101011110010101101011011101001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,21,14); }

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

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

 a { background-color: rgb(151,21,14); }

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

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

 span { border-color: rgb(151,21,14); }

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