#97180A

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

Shades of Falu Red #97180A

Tints of Falu Red #97180A

Color information

#97180A (or 0x97180A) is unknown color: approx Falu Red. HEX triplet: 97, 18 and 0A. RGB value is (151,24,10). Sum of RGB (Red+Green+Blue) = 151+24+10=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #97180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97180A is #68E7F5. Grayscale: #3C3C3C. Windows color (decimal): -6875126 or 661655. OLE color: 661655.

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

Color convert

RGB1512410-
CMYK00.840.930.41
HSL5.96º87.58%31.57%-
HSV(B)5.96º93.38%59.22%-
XYZ13.147.250.99-
YUV60.3899.58192.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.62%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=81.62%
G=12.97%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151241000.840.930.415.9687.5831.57
Hex9718A0545D2965820
Octal2273012012413551613040
Binary100101111100010100101010010111011010011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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