#971A09

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

Shades of Falu Red #971A09

Tints of Falu Red #971A09

Color information

#971A09 (or 0x971A09) is unknown color: approx Falu Red. HEX triplet: 97, 1A and 09. RGB value is (151,26,9). Sum of RGB (Red+Green+Blue) = 151+26+9=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #971A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971A09 is #68E5F6. Grayscale: #3D3D3D. Windows color (decimal): -6874615 or 596631. OLE color: 596631.

HSL color Cylindrical-coordinate representation of color #971A09: hue angle of 7.18º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #971A09 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB151269-
CMYK00.830.940.41
HSL7.18º88.75%31.37%-
HSV(B)7.18º94.04%59.22%-
XYZ13.187.340.98-
YUV61.4498.41191.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.18%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=81.18%
G=13.98%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15126900.830.940.417.1888.7531.37
Hex971A90535E297591f
Octal2273211012313651713137
Binary10010111110101001010100111011110101001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971A09; }

 p { color: rgb(151,26,9); }

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

<style>
 a { background-color: #971A09; }

 a { background-color: rgb(151,26,9); }

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

<style>
 span { border-color: #971A09; }

 span { border-color: rgb(151,26,9); }

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