#971B09

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

Shades of Falu Red #971B09

Tints of Falu Red #971B09

Color information

#971B09 (or 0x971B09) is unknown color: approx Falu Red. HEX triplet: 97, 1B and 09. RGB value is (151,27,9). Sum of RGB (Red+Green+Blue) = 151+27+9=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #971B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B09 is #68E4F6. Grayscale: #3E3E3E. Windows color (decimal): -6874359 or 596887. OLE color: 596887.

HSL color Cylindrical-coordinate representation of color #971B09: hue angle of 7.61º 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 #971B09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB151279-
CMYK00.820.940.41
HSL7.61º88.75%31.37%-
HSV(B)7.61º94.04%59.22%-
XYZ13.27.380.99-
YUV62.0298.08191.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 80.75%
GREEN value IS 27 (10.94% from 255) = 14.44%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=80.75%
G=14.44%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15127900.820.940.417.6188.7531.37
Hex971B90525E298591f
Octal22733110122136511013137
Binary100101111101110010101001010111101010011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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