#97120F

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

Shades of Falu Red #97120F

Tints of Falu Red #97120F

Color information

#97120F (or 0x97120F) is unknown color: approx Falu Red. HEX triplet: 97, 12 and 0F. RGB value is (151,18,15). Sum of RGB (Red+Green+Blue) = 151+18+15=184 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.07% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 151 - color contains mainly: red. Hex color #97120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97120F is #68EDF0. Grayscale: #393939. Windows color (decimal): -6876657 or 987799. OLE color: 987799.

HSL color Cylindrical-coordinate representation of color #97120F: hue angle of 1.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97120F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB1511815-
CMYK00.880.900.41
HSL1.32º81.93%32.55%-
HSV(B)1.32º90.07%59.22%-
XYZ13.077.051.12-
YUV57.42104.06194.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 82.07%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=82.07%
G=9.78%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151181500.880.900.411.3281.9332.55
Hex9712F0585A2915221
Octal2272217013013251112241
Binary1001011110010111101011000101101010100111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97120F; }

 p { color: rgb(151,18,15); }

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

<style>
 a { background-color: #97120F; }

 a { background-color: rgb(151,18,15); }

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

<style>
 span { border-color: #97120F; }

 span { border-color: rgb(151,18,15); }

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