#971B07

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

Shades of Falu Red #971B07

Tints of Falu Red #971B07

Color information

#971B07 (or 0x971B07) is unknown color: approx Falu Red. HEX triplet: 97, 1B and 07. RGB value is (151,27,7). Sum of RGB (Red+Green+Blue) = 151+27+7=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #971B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B07 is #68E4F8. Grayscale: #3E3E3E. Windows color (decimal): -6874361 or 465815. OLE color: 465815.

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

Color convert

RGB151277-
CMYK00.820.950.41
HSL8.33º91.14%30.98%-
HSV(B)8.33º95.36%59.22%-
XYZ13.197.380.93-
YUV61.897.08191.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.62%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=81.62%
G=14.59%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15127700.820.950.418.3391.1430.98
Hex971B70525F2985b1f
Octal2273370122137511013337
Binary10010111110111110101001010111111010011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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