#97180D

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

Shades of Falu Red #97180D

Tints of Falu Red #97180D

Color information

#97180D (or 0x97180D) is unknown color: approx Falu Red. HEX triplet: 97, 18 and 0D. RGB value is (151,24,13). Sum of RGB (Red+Green+Blue) = 151+24+13=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #97180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97180D is #68E7F2. Grayscale: #3C3C3C. Windows color (decimal): -6875123 or 858263. OLE color: 858263.

HSL color Cylindrical-coordinate representation of color #97180D: hue angle of 4.78º 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 #97180D is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1512413-
CMYK00.840.910.41
HSL4.78º84.15%32.16%-
HSV(B)4.78º91.39%59.22%-
XYZ13.167.261.09-
YUV60.72101.08192.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 80.32%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=80.32%
G=12.77%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151241300.840.910.414.7884.1532.16
Hex9718D0545B2955420
Octal2273015012413351512440
Binary100101111100011010101010010110111010011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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